ros.grant.common 2.0.1184 → 2.0.1187
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,6 +5,24 @@
|
|
|
5
5
|
background: transparent;
|
|
6
6
|
z-index: 5;
|
|
7
7
|
position: relative;
|
|
8
|
+
|
|
9
|
+
&_wide {
|
|
10
|
+
padding: 24px 16px;
|
|
11
|
+
|
|
12
|
+
.container {
|
|
13
|
+
max-width: 100vw;
|
|
14
|
+
padding-left: 0;
|
|
15
|
+
padding-right: 0;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.header-minfin-top {
|
|
19
|
+
margin-bottom: 0;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.header-minfin-nav {
|
|
23
|
+
display: none;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
8
26
|
|
|
9
27
|
// header-minfin-desctop
|
|
10
28
|
&-desctop {
|
|
@@ -511,4 +529,12 @@
|
|
|
511
529
|
}
|
|
512
530
|
}
|
|
513
531
|
}
|
|
532
|
+
|
|
533
|
+
.page-main {
|
|
534
|
+
.header-minfin-background {
|
|
535
|
+
@media (max-width: 768px) {
|
|
536
|
+
min-height: 140px;
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
}
|
|
514
540
|
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
.page-wrapper {
|
|
2
|
+
.toast {
|
|
3
|
+
&-container {
|
|
4
|
+
.ngx-toastr {
|
|
5
|
+
padding: 16px;
|
|
6
|
+
padding-left: 48px;
|
|
7
|
+
margin-bottom: 4px;
|
|
8
|
+
transition: .2s;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&-top {
|
|
13
|
+
&-right {
|
|
14
|
+
right: 24px;
|
|
15
|
+
top: 16px;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&-bottom {
|
|
20
|
+
&-right {
|
|
21
|
+
right: 24px;
|
|
22
|
+
bottom: 16px;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
&-success {
|
|
26
|
+
background-color: var(--Green);
|
|
27
|
+
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Cpath d='M17.3334 8.66675L10.0001 16.0001L6.66675 12.6667' stroke='%2360A772' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
28
|
+
|
|
29
|
+
&:hover {
|
|
30
|
+
background-color: var(--DarkGreen);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&-error {
|
|
35
|
+
background-color: var(--Red);
|
|
36
|
+
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Cpath d='M16 8L8 16' stroke='%23D14114' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 8L16 16' stroke='%23D14114' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
37
|
+
|
|
38
|
+
&:hover {
|
|
39
|
+
background-color: var(--DarkRed);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&-warning {
|
|
44
|
+
background-color: var(--Orange);
|
|
45
|
+
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Cpath d='M12.1534 16V15.3333M12.1534 13.3333V10.6667M6.66857 18.1667H17.6382C18.6646 18.1667 19.3061 17.0556 18.7929 16.1667L13.3081 6.66667C12.7949 5.77778 11.5119 5.77778 10.9987 6.66667L5.51387 16.1667C5.00067 17.0556 5.64217 18.1667 6.66857 18.1667Z' stroke='%23D57B1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
46
|
+
|
|
47
|
+
&:hover {
|
|
48
|
+
background-color: var(--DarkOrange);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
&-close {
|
|
53
|
+
&-button {
|
|
54
|
+
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4L4 12' stroke='%23F6F6F6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 4L12 12' stroke='%23F6F6F6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
55
|
+
width: 16px;
|
|
56
|
+
height: 16px;
|
|
57
|
+
right: 16px;
|
|
58
|
+
top: 16px;
|
|
59
|
+
position: absolute;
|
|
60
|
+
|
|
61
|
+
span {
|
|
62
|
+
display: none;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&-title {
|
|
68
|
+
font-family: 'PT Sans', sans-serif;
|
|
69
|
+
font-style: normal;
|
|
70
|
+
font-weight: 700;
|
|
71
|
+
font-size: 14px;
|
|
72
|
+
line-height: 16px;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
&-message {
|
|
76
|
+
font-family: 'PT Sans', sans-serif;
|
|
77
|
+
font-style: normal;
|
|
78
|
+
font-weight: 400;
|
|
79
|
+
font-size: 14px;
|
|
80
|
+
line-height: 16px;
|
|
81
|
+
margin-top: 4px;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
--DarkGreen: #277647; // — цвет зеленых системных кнопок при наведении
|
|
11
11
|
--Yellow: #FFD415; // — для системных статусов класса "На доработку"
|
|
12
12
|
--Orange: #D57B1C; // — для критерие и модальных окон
|
|
13
|
+
--DarkOrange: #A1590D;
|
|
13
14
|
--Red: #D14114; // — для сообщений об ошибках, предупреждений критической важности,
|
|
14
15
|
--DarkRed: #912D0F; // — цвет красных системных кнопок при наведении
|
|
15
16
|
--Blue: #2E8DDE; // — цвет базовых системных кнопок
|
package/package.json
CHANGED