ros.grant.common 2.0.1049 → 2.0.1053
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.
- package/Shared/Styles/Base/Grid.less +4 -4
- package/Shared/Styles/Layout/Card/Card.less +14 -5
- package/Shared/Styles/Layout/DashboardLayout/Content.less +335 -318
- package/Shared/Styles/Layout/DashboardLayout/Sidebar.less +3 -4
- package/Shared/Styles/Modules/Modals/Modal.less +1 -1
- package/Shared/Styles/Modules/Table/custom-table.less +0 -2
- package/Shared/Styles/ThemeVariables.less +2 -2
- package/package.json +1 -1
|
@@ -129,19 +129,19 @@ html {
|
|
|
129
129
|
.generate-classpx();
|
|
130
130
|
|
|
131
131
|
.text-center {
|
|
132
|
-
text-align: center;
|
|
132
|
+
text-align: center !important;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
.text-left {
|
|
136
|
-
text-align: left;
|
|
136
|
+
text-align: left !important;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
.text-right {
|
|
140
|
-
text-align: right;
|
|
140
|
+
text-align: right !important;
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
.text-justify {
|
|
144
|
-
text-align: justify;
|
|
144
|
+
text-align: justify !important;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
.text-nowrap {
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
box-shadow: var(--main_shadow);
|
|
5
5
|
border-radius: 4px;
|
|
6
6
|
padding: 24px;
|
|
7
|
-
max-width:
|
|
8
|
-
margin: 0 auto;
|
|
7
|
+
max-width: 1096px;
|
|
8
|
+
// margin: 0 auto;
|
|
9
9
|
margin-bottom: 20px;
|
|
10
10
|
height: calc(~'100% - 20px');
|
|
11
11
|
display: block;
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
padding-bottom: 0;
|
|
340
340
|
margin: 0 -24px;
|
|
341
341
|
margin-top: -30px;
|
|
342
|
-
margin-bottom:
|
|
342
|
+
margin-bottom: 24px;
|
|
343
343
|
border-radius: 0px;
|
|
344
344
|
min-height: 64px;
|
|
345
345
|
max-width: initial;
|
|
@@ -347,13 +347,13 @@
|
|
|
347
347
|
@media (max-width: 991px) {
|
|
348
348
|
margin: 0 -20px;
|
|
349
349
|
margin-top: -24px;
|
|
350
|
-
margin-bottom:
|
|
350
|
+
margin-bottom: 24px;
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
@media (max-width: 768px) {
|
|
354
354
|
margin: 0 -16px;
|
|
355
355
|
margin-top: -24px;
|
|
356
|
-
margin-bottom:
|
|
356
|
+
margin-bottom: 24px;
|
|
357
357
|
}
|
|
358
358
|
|
|
359
359
|
p {
|
|
@@ -366,6 +366,15 @@
|
|
|
366
366
|
.btn {
|
|
367
367
|
margin-bottom: 10px;
|
|
368
368
|
}
|
|
369
|
+
|
|
370
|
+
.container {
|
|
371
|
+
max-width: 1096px;
|
|
372
|
+
display: flex;
|
|
373
|
+
align-items: center;
|
|
374
|
+
justify-content: space-between;
|
|
375
|
+
margin: initial;
|
|
376
|
+
padding: 0;
|
|
377
|
+
}
|
|
369
378
|
}
|
|
370
379
|
|
|
371
380
|
&.open {
|
|
@@ -1,320 +1,337 @@
|
|
|
1
1
|
.page-container {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
2
|
+
display: flex;
|
|
3
|
+
min-height: 100vh;
|
|
4
|
+
|
|
5
|
+
.page-content {
|
|
6
|
+
min-height: 72px;
|
|
7
|
+
vertical-align: bottom;
|
|
8
|
+
width: calc(~"100% - 280px");
|
|
9
|
+
margin-left: auto;
|
|
10
|
+
|
|
11
|
+
@media (max-width:991px) {
|
|
12
|
+
width: 100%;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.page-header {
|
|
16
|
+
background: #fff;
|
|
17
|
+
box-shadow: 0px 4px 10px rgba(57, 52, 66, 0.15);
|
|
18
|
+
border-bottom: 1px solid var(--Stroke);
|
|
19
|
+
height: 72px;
|
|
20
|
+
position: fixed;
|
|
21
|
+
width: 100%;
|
|
22
|
+
top: 0;
|
|
23
|
+
left: 0;
|
|
24
|
+
z-index: 10;
|
|
25
|
+
display: flex;
|
|
26
|
+
justify-content: space-between;
|
|
27
|
+
align-items: center;
|
|
28
|
+
|
|
29
|
+
.navbar {
|
|
30
|
+
padding: 12px 30px;
|
|
31
|
+
|
|
32
|
+
.user {
|
|
33
|
+
display: flex;
|
|
34
|
+
align-items: center;
|
|
35
|
+
position: relative;
|
|
36
|
+
|
|
37
|
+
.auth-nav-menu {
|
|
38
|
+
position: absolute;
|
|
39
|
+
right: 0;
|
|
40
|
+
top: 40px;
|
|
41
|
+
z-index: 100;
|
|
42
|
+
background: #fff;
|
|
43
|
+
box-shadow: 0px 4px 10px rgba(57, 52, 66, 0.15);
|
|
44
|
+
border-radius: 4px;
|
|
45
|
+
display: block !important;
|
|
46
|
+
width: 215px;
|
|
47
|
+
visibility: hidden;
|
|
48
|
+
opacity: 0;
|
|
49
|
+
transition: visibility 0.1s linear, opacity 0.1s linear;
|
|
50
|
+
|
|
51
|
+
&__item {
|
|
52
|
+
|
|
53
|
+
.nav-menu-text-link {
|
|
54
|
+
padding: 15px 17px;
|
|
55
|
+
display: flex;
|
|
56
|
+
align-items: center;
|
|
57
|
+
color: var(--Main1);
|
|
58
|
+
font-size: 14px;
|
|
59
|
+
line-height: 20px;
|
|
60
|
+
transition: 0.2s;
|
|
61
|
+
border-bottom: 1px solid var(--Stroke);
|
|
62
|
+
|
|
63
|
+
&:hover {
|
|
64
|
+
background: var(--Bg2);
|
|
65
|
+
color: var(--Subsidiary);
|
|
66
|
+
text-decoration: none;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&:last-child {
|
|
71
|
+
.nav-menu-text-link {
|
|
72
|
+
border-bottom: none;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
&:hover {
|
|
79
|
+
.auth-nav-menu {
|
|
80
|
+
visibility: visible;
|
|
81
|
+
opacity: 1;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.info {
|
|
86
|
+
display: flex;
|
|
87
|
+
flex-direction: column;
|
|
88
|
+
margin-right: 20px;
|
|
89
|
+
|
|
90
|
+
span {
|
|
91
|
+
text-align: right;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.name {
|
|
95
|
+
font-size: 12px;
|
|
96
|
+
line-height: 16px;
|
|
97
|
+
color: #8F859F;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.select-profile {
|
|
101
|
+
line-height: 19px;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
@media (max-width:991px) {
|
|
105
|
+
display: none;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
img {
|
|
110
|
+
width: 37px;
|
|
111
|
+
height: 37px;
|
|
112
|
+
object-fit: cover;
|
|
113
|
+
border-radius: 100%;
|
|
114
|
+
border: 1px solid var(--Stroke);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.logo {
|
|
120
|
+
display: flex;
|
|
121
|
+
align-items: center;
|
|
122
|
+
height: 72px;
|
|
123
|
+
padding-left: 24px;
|
|
124
|
+
|
|
125
|
+
.logo-img {
|
|
126
|
+
height: 100%;
|
|
127
|
+
display: flex;
|
|
128
|
+
align-items: center;
|
|
129
|
+
padding: 4px 0;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.desktop-logo {
|
|
133
|
+
max-height: 70px;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
img {
|
|
137
|
+
display: block;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
@media (max-width:991px) {
|
|
141
|
+
box-shadow: none;
|
|
142
|
+
padding-left: 0;
|
|
143
|
+
width: auto;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.burger {
|
|
148
|
+
width: 24px;
|
|
149
|
+
height: 24px;
|
|
150
|
+
position: relative;
|
|
151
|
+
overflow: hidden;
|
|
152
|
+
margin-left: 24px;
|
|
153
|
+
margin-right: 24px;
|
|
154
|
+
|
|
155
|
+
input {
|
|
156
|
+
display: none;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
input:checked~label {
|
|
160
|
+
transform: rotate(90deg);
|
|
161
|
+
|
|
162
|
+
.bar-1 {
|
|
163
|
+
top: 10px;
|
|
164
|
+
transform: rotate(45deg);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.bar-2 {
|
|
168
|
+
left: 100%;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.bar-3 {
|
|
172
|
+
top: 10px;
|
|
173
|
+
transform: rotate(-45deg);
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
label {
|
|
178
|
+
width: 24px;
|
|
179
|
+
height: 24px;
|
|
180
|
+
display: block;
|
|
181
|
+
transition: all .35s;
|
|
182
|
+
cursor: pointer;
|
|
183
|
+
|
|
184
|
+
&:before {
|
|
185
|
+
display: none !important;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.bar {
|
|
190
|
+
width: 100%;
|
|
191
|
+
height: 2px;
|
|
192
|
+
display: block;
|
|
193
|
+
position: absolute;
|
|
194
|
+
left: 0;
|
|
195
|
+
background: #393442;
|
|
196
|
+
border-radius: 10px;
|
|
197
|
+
transition: all .35s;
|
|
198
|
+
pointer-events: none;
|
|
199
|
+
|
|
200
|
+
&-1 {
|
|
201
|
+
top: 6px;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
&-2 {
|
|
205
|
+
top: 12px;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
&-3 {
|
|
209
|
+
top: 18px;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
#sidebar-toggle-button {
|
|
215
|
+
display: none;
|
|
216
|
+
|
|
217
|
+
@media (max-width:991px) {
|
|
218
|
+
display: block;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.page-inner {
|
|
224
|
+
background: var(--Bg1);
|
|
225
|
+
width: 100%;
|
|
226
|
+
min-height: 100%;
|
|
227
|
+
position: relative;
|
|
228
|
+
padding: 30px 24px;
|
|
229
|
+
margin-top: 72px;
|
|
230
|
+
|
|
231
|
+
@media (max-width: 991px) {
|
|
232
|
+
padding: 24px 20px;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
@media (max-width: 768px) {
|
|
236
|
+
padding: 24px 10px;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
&__header {
|
|
240
|
+
display: flex;
|
|
241
|
+
align-items: center;
|
|
242
|
+
justify-content: space-between;
|
|
243
|
+
flex-wrap: wrap;
|
|
244
|
+
max-width: 1096px;
|
|
245
|
+
// margin: 0 auto;
|
|
246
|
+
margin-bottom: 8px;
|
|
247
|
+
|
|
248
|
+
h1 {
|
|
249
|
+
font-weight: bold;
|
|
250
|
+
font-size: 24px;
|
|
251
|
+
line-height: 32px;
|
|
252
|
+
margin-bottom: 8px;
|
|
253
|
+
margin-top: 0;
|
|
254
|
+
padding: 0;
|
|
255
|
+
line-height: 1;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.breadcrumbs {
|
|
259
|
+
padding: 0;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.toggle-component {
|
|
264
|
+
background: #fff;
|
|
265
|
+
box-shadow: 0px 2px 6px rgba(57, 52, 66, 0.05);
|
|
266
|
+
border-radius: 4px;
|
|
267
|
+
height: 48px;
|
|
268
|
+
display: flex;
|
|
269
|
+
align-items: center;
|
|
270
|
+
color: #8F859F;
|
|
271
|
+
font-size: 16px;
|
|
272
|
+
|
|
273
|
+
&__item {
|
|
274
|
+
display: flex;
|
|
275
|
+
align-items: center;
|
|
276
|
+
justify-content: center;
|
|
277
|
+
text-align: center;
|
|
278
|
+
padding: 0 20px;
|
|
279
|
+
height: 38px;
|
|
280
|
+
|
|
281
|
+
svg {
|
|
282
|
+
margin-right: 12px;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
&:first-child {
|
|
286
|
+
border-right: 1px solid var(--Stroke);
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
&.tabs {
|
|
291
|
+
color: inherit;
|
|
292
|
+
|
|
293
|
+
.toggle-component__item {
|
|
294
|
+
height: 100%;
|
|
295
|
+
border: none;
|
|
296
|
+
font-weight: 600;
|
|
297
|
+
border: 1px solid transparent;
|
|
298
|
+
transition: 0.5s;
|
|
299
|
+
cursor: pointer;
|
|
300
|
+
|
|
301
|
+
&.active {
|
|
302
|
+
border: 1px solid var(--Main2);
|
|
303
|
+
color: var(--Main2);
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
&:first-child {
|
|
307
|
+
border-radius: 4px 0px 0px 4px;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
&:last-child {
|
|
311
|
+
border-radius: 0px 4px 4px 0px;
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
@media (min-width: 1704px) {
|
|
321
|
+
.page-container .page-content {
|
|
322
|
+
width: 100%;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.page-container .page-content .page-inner__header,
|
|
326
|
+
.page-container .card {
|
|
327
|
+
margin-left: auto;
|
|
328
|
+
margin-right: auto;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.page-container .card.info-baner{
|
|
332
|
+
padding-left: 0;
|
|
333
|
+
padding-right: 0;
|
|
334
|
+
justify-content: center;
|
|
335
|
+
margin-left: auto;
|
|
336
|
+
}
|
|
320
337
|
}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
width: 280px;
|
|
3
3
|
position: fixed;
|
|
4
4
|
background: #fff;
|
|
5
|
-
top:
|
|
5
|
+
top: 72px;
|
|
6
6
|
bottom: 0;
|
|
7
7
|
z-index: 100;
|
|
8
8
|
height: 100% !important;
|
|
9
9
|
transition: all 0.2s ease-in-out;
|
|
10
|
-
z-index:
|
|
10
|
+
z-index: 11;
|
|
11
11
|
|
|
12
12
|
@media (max-width: 991px) {
|
|
13
13
|
left: -100%;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
width: 250px !important;
|
|
24
24
|
left: -264px;
|
|
25
25
|
transition: all 0.2s ease-in-out;
|
|
26
|
-
top:
|
|
26
|
+
top: 73px;
|
|
27
27
|
bottom: 60px;
|
|
28
28
|
z-index: 2;
|
|
29
29
|
background: #fff;
|
|
@@ -71,7 +71,6 @@
|
|
|
71
71
|
position: relative;
|
|
72
72
|
cursor: pointer;
|
|
73
73
|
border-left: 4px solid transparent;
|
|
74
|
-
border-bottom: 1px solid var(--Bg2);
|
|
75
74
|
transition: 0.2s;
|
|
76
75
|
|
|
77
76
|
*{
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
--Main1: #2C2C2C; // - заголовки,текст,иконки,стрелки
|
|
23
23
|
--Main2: #358FE2; // - активные кнопки,эффект наведения на чекбоксы и радиобатоны,обводка у второстепенных кнопок,наведение на иконки
|
|
24
24
|
--Subsidiary: #2C659A; // - включенные элементы,текст и иконки на Bg 2,наведение на кнопки,наведение на иконки, цвет футера
|
|
25
|
-
--Secondary: #
|
|
25
|
+
--Secondary: #9DA1AB; // - подписи инпутов, название неактивных кнопок
|
|
26
26
|
--Bg1: #F4F4F4; // - цвет фона в дополнительных инпутах,цвет фона в блоках,цвет чередующихся строк в таблицах
|
|
27
27
|
--Bg2: #F1F6F8; // - цвет фона в блоках,цвет шапки таблицы,цвет фона в мультисилектах,цвет фона строки при наведении
|
|
28
28
|
--Stroke: #DAD5CE;
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
.BlueTheme {
|
|
135
135
|
--Main2: #358FE2;
|
|
136
136
|
--Subsidiary: #2C659A;
|
|
137
|
-
--Secondary: #
|
|
137
|
+
--Secondary: #9DA1AB;
|
|
138
138
|
|
|
139
139
|
--ThemePreview: linear-gradient(90deg, var(--Subsidiary) 33.33%, var(--Main2) 33.33%, var(--Main2) 66.66%, var(--Secondary) 66.66%);
|
|
140
140
|
|
package/package.json
CHANGED