juice-shop

Форк
0
/
register.component.scss 
43 строки · 628.0 Байт
1
/*!
2
 * Copyright (c) 2014-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
3
 * SPDX-License-Identifier: MIT
4
 */
5

6
mat-card {
7
  height: auto;
8
  min-width: 320px;
9
  width: 25%;
10
}
11

12
mat-form-field {
13
  padding-top: 10px;
14
}
15

16
.form-container {
17
  display: flex;
18
  flex-direction: column;
19
  position: relative;
20

21
}
22

23
#registerButton {
24
  margin-left: 20%;
25
  margin-top: 30px;
26
  width: 60%;
27
}
28

29
#alreadyACustomerLink {
30
  align-self: center;
31
  font-size: 12px;
32
  margin-top: 40px;
33
}
34

35
.security-container {
36
  display: flex;
37
  flex-direction: column;
38
  position: relative;
39
}
40

41
::ng-deep mat-option .mat-option-text {
42
  font-size: 14px;
43
}
44

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.