ros.grant.common 2.0.1338 → 2.0.1340
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.
|
@@ -206,6 +206,10 @@
|
|
|
206
206
|
position: relative;
|
|
207
207
|
margin-right: 32px;
|
|
208
208
|
margin-left: auto;
|
|
209
|
+
|
|
210
|
+
@media (max-width: 575px) {
|
|
211
|
+
margin-right: 16px;
|
|
212
|
+
}
|
|
209
213
|
|
|
210
214
|
.icon {
|
|
211
215
|
display: flex;
|
|
@@ -371,7 +375,7 @@
|
|
|
371
375
|
line-height: 18px;
|
|
372
376
|
color: #fff;
|
|
373
377
|
font-family: 'Inter' !important;
|
|
374
|
-
font-weight:
|
|
378
|
+
font-weight: 700;
|
|
375
379
|
|
|
376
380
|
@media (max-width: 768px) {
|
|
377
381
|
font-size: 11px;
|
|
@@ -408,6 +412,10 @@
|
|
|
408
412
|
flex-direction: column;
|
|
409
413
|
align-items: flex-end;
|
|
410
414
|
margin-right: 8px;
|
|
415
|
+
|
|
416
|
+
@media (max-width: 575px) {
|
|
417
|
+
display: none;
|
|
418
|
+
}
|
|
411
419
|
|
|
412
420
|
// header-minfin-auth-user-info__status
|
|
413
421
|
&__status {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.1340",
|
|
3
3
|
"name": "ros.grant.common",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"pickmeup": "^3.2.1",
|
|
52
52
|
"rimraf": "^3.0.2",
|
|
53
53
|
"ros.grant.telerik": "1.0.22",
|
|
54
|
-
"ros.grant.webshared": "2.0.
|
|
54
|
+
"ros.grant.webshared": "2.0.426",
|
|
55
55
|
"rxjs": "^6.5.4",
|
|
56
56
|
"slick-carousel": "^1.8.1",
|
|
57
57
|
"sticky-sidebar": "^3.3.1",
|