juice-shop

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

6
$bg-heading: rgba(0, 0, 0, 0.13);
7

8
.heading {
9
  background: $bg-heading;
10
  font-size: large;
11
  justify-content: center;
12
  margin-bottom: 10px;
13
  padding: 12px;
14
}
15

16
.container {
17
  justify-content: center;
18
}
19

20
mat-table {
21
  height: 767px;
22
}
23

24
mat-header-row {
25
  min-height: 0 !important;
26
}
27

28
.orders-container,
29
.inventory-container {
30
  max-width: 600px;
31
  min-width: 300px;
32
  width: 70%;
33
}
34

35
.orders-table,
36
.inventory-table {
37
  margin-bottom: 25px;
38
}
39

40
mat-cell,
41
mat-footer-cell,
42
mat-header-cell {
43
  align-items: normal;
44
  display: block;
45
}
46

47
mat-cell:last-child,
48
mat-footer-cell:last-child,
49
mat-header-cell:last-child {
50
  padding-right: 50px;
51
}
52

53
mat-row {
54
  height: 69px;
55
}
56

57
.mat-own-card {
58
  display: block;
59
  margin-bottom: 20px;
60
  margin-left: 10%;
61
  margin-right: 10%;
62
}
63

64
.product {
65
  cursor: pointer;
66
}
67

68
.input-field {
69
  width: 80px;
70
}
71

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

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

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

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