ros.grant.common 2.0.1341 → 2.0.1342
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.
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
position: relative;
|
|
8
8
|
background: var(--Main2);
|
|
9
9
|
|
|
10
|
-
@media (max-width:
|
|
10
|
+
@media (max-width: 767px) {
|
|
11
11
|
padding-top: 8px;
|
|
12
12
|
}
|
|
13
13
|
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
.header-minfin-top {
|
|
33
33
|
margin-bottom: 0;
|
|
34
34
|
|
|
35
|
-
@media (max-width:
|
|
35
|
+
@media (max-width: 767px) {
|
|
36
36
|
margin-bottom: 16px;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
display: block;
|
|
48
48
|
width: 100%;
|
|
49
49
|
|
|
50
|
-
@media (max-width:
|
|
50
|
+
@media (max-width: 991px) {
|
|
51
51
|
display: none;
|
|
52
52
|
}
|
|
53
53
|
}
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
&-mobile {
|
|
57
57
|
display: none;
|
|
58
58
|
|
|
59
|
-
@media (max-width:
|
|
59
|
+
@media (max-width: 991px) {
|
|
60
60
|
display: block;
|
|
61
61
|
}
|
|
62
62
|
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
background: rgba(27, 76, 90, 0.25);
|
|
85
85
|
background-blend-mode: darken;
|
|
86
86
|
|
|
87
|
-
@media (max-width:
|
|
87
|
+
@media (max-width: 575px) {
|
|
88
88
|
height: 100vh;
|
|
89
89
|
}
|
|
90
90
|
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
margin-bottom: 24px;
|
|
193
193
|
position: relative;
|
|
194
194
|
|
|
195
|
-
@media (max-width:
|
|
195
|
+
@media (max-width: 767px) {
|
|
196
196
|
margin-bottom: 12px;
|
|
197
197
|
padding-bottom: 8px;
|
|
198
198
|
}
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
transition: .3s;
|
|
248
248
|
z-index: 1;
|
|
249
249
|
|
|
250
|
-
@media (max-width:
|
|
250
|
+
@media (max-width: 575px) {
|
|
251
251
|
max-width: calc(100vw - 32px);
|
|
252
252
|
right: -54px;
|
|
253
253
|
}
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
span {
|
|
337
337
|
display: inline-block;
|
|
338
338
|
|
|
339
|
-
@media (max-width:
|
|
339
|
+
@media (max-width: 767px) {
|
|
340
340
|
display: none;
|
|
341
341
|
}
|
|
342
342
|
}
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
svg {
|
|
345
345
|
display: none;
|
|
346
346
|
|
|
347
|
-
@media (max-width:
|
|
347
|
+
@media (max-width: 767px) {
|
|
348
348
|
display: inline-block;
|
|
349
349
|
}
|
|
350
350
|
}
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
font-family: 'Inter' !important;
|
|
378
378
|
font-weight: 700;
|
|
379
379
|
|
|
380
|
-
@media (max-width:
|
|
380
|
+
@media (max-width: 767px) {
|
|
381
381
|
font-size: 11px;
|
|
382
382
|
line-height: 14px;
|
|
383
383
|
font-weight: 700;
|
|
@@ -420,14 +420,14 @@
|
|
|
420
420
|
// header-minfin-auth-user-info__status
|
|
421
421
|
&__status {
|
|
422
422
|
font-size: 12px;
|
|
423
|
-
line-height:
|
|
423
|
+
line-height: 16px;
|
|
424
424
|
color: #fff;
|
|
425
425
|
}
|
|
426
426
|
|
|
427
427
|
// header-minfin-auth-user-info__email
|
|
428
428
|
&__email {
|
|
429
429
|
font-size: 16px;
|
|
430
|
-
line-height:
|
|
430
|
+
line-height: 24px;
|
|
431
431
|
color: #fff;
|
|
432
432
|
}
|
|
433
433
|
}
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
background-position: center center;
|
|
448
448
|
background-size: contain;
|
|
449
449
|
|
|
450
|
-
@media (max-width:
|
|
450
|
+
@media (max-width: 767px) {
|
|
451
451
|
width: 38px;
|
|
452
452
|
height: 38px;
|
|
453
453
|
}
|
|
@@ -488,6 +488,13 @@
|
|
|
488
488
|
}
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
|
+
|
|
492
|
+
&__identitytype {
|
|
493
|
+
font-weight: 400;
|
|
494
|
+
font-size: 12px;
|
|
495
|
+
line-height: 16px;
|
|
496
|
+
color: #fff;
|
|
497
|
+
}
|
|
491
498
|
}
|
|
492
499
|
|
|
493
500
|
.btn.btn-outline {
|
|
@@ -541,7 +548,7 @@
|
|
|
541
548
|
cursor: default;
|
|
542
549
|
height: 20px;
|
|
543
550
|
|
|
544
|
-
@media (max-width:
|
|
551
|
+
@media (max-width: 767px) {
|
|
545
552
|
display: none;
|
|
546
553
|
}
|
|
547
554
|
|
|
@@ -586,7 +593,7 @@
|
|
|
586
593
|
|
|
587
594
|
.page-main {
|
|
588
595
|
.header-minfin-background {
|
|
589
|
-
@media (max-width:
|
|
596
|
+
@media (max-width: 767px) {
|
|
590
597
|
min-height: 140px;
|
|
591
598
|
}
|
|
592
599
|
}
|
package/package.json
CHANGED