juice-shop

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

6
mat-form-field {
7
  width: 100%;
8
}
9

10
.mat-own-card {
11
  display: block;
12
  margin-left: 20%;
13
  margin-right: 20%;
14
}
15

16

17
.btn-return {
18
  display: block;
19
  margin-left: 0;
20
  margin-right: auto;
21
}
22

23
.nextButton {
24
  display: block;
25
  margin-left: auto;
26
  margin-right: 0;
27
  margin-top: -37px;
28
}
29

30
mat-card {
31
  height: auto;
32
}
33

34
.mat-expansion-panel-header-description {
35
  flex-basis: 0;
36
}
37

38
.mat-raised-button {
39
  margin-right: 3px;
40
}
41

42
.custom-card {
43
  padding-bottom: 18px;
44
  padding-left: 24px;
45
  padding-right: 24px;
46
  padding-top: 18px;
47
}
48

49
.card-title {
50
  font-size: 15px;
51
  line-height: 36px;
52
  vertical-align: middle;
53
}
54

55
.fill-remaining-space {
56
  flex: 1 1 auto;
57
}
58

59
.detail-divider {
60
  margin-bottom: 12px;
61
  margin-top: 12px;
62
}
63

64
.mat-card .mat-divider-horizontal {
65
  position: relative !important;
66
}
67

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

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

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

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