ros.grant.common 2.0.1351 → 2.0.1353
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.
|
@@ -430,6 +430,13 @@
|
|
|
430
430
|
line-height: 24px;
|
|
431
431
|
color: #fff;
|
|
432
432
|
}
|
|
433
|
+
|
|
434
|
+
&__identitytype {
|
|
435
|
+
font-weight: 400;
|
|
436
|
+
font-size: 12px;
|
|
437
|
+
line-height: 16px;
|
|
438
|
+
color: #fff;
|
|
439
|
+
}
|
|
433
440
|
}
|
|
434
441
|
|
|
435
442
|
// header-minfin-auth-user-icon
|
|
@@ -488,13 +495,6 @@
|
|
|
488
495
|
}
|
|
489
496
|
}
|
|
490
497
|
}
|
|
491
|
-
|
|
492
|
-
&__identitytype {
|
|
493
|
-
font-weight: 400;
|
|
494
|
-
font-size: 12px;
|
|
495
|
-
line-height: 16px;
|
|
496
|
-
color: #fff;
|
|
497
|
-
}
|
|
498
498
|
}
|
|
499
499
|
|
|
500
500
|
.btn.btn-outline {
|
|
@@ -52,24 +52,24 @@
|
|
|
52
52
|
max-width: 215px;
|
|
53
53
|
margin-bottom: 0;
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
.ng-select-container.ng-select-container {
|
|
56
56
|
min-height: auto !important;
|
|
57
57
|
border: none;
|
|
58
58
|
cursor: pointer;
|
|
59
59
|
align-items: center;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.ng-value-container {
|
|
62
|
+
.ng-value-container.ng-value-container {
|
|
63
63
|
padding-left: 0 !important;
|
|
64
64
|
margin-right: 8px;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
.ng-arrow-wrapper {
|
|
67
|
+
.ng-arrow-wrapper.ng-arrow-wrapper {
|
|
68
68
|
min-height: auto;
|
|
69
69
|
width: auto !important;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.ng-dropdown-panel {
|
|
72
|
+
.ng-dropdown-panel.ng-dropdown-panel {
|
|
73
73
|
width: 100vw;
|
|
74
74
|
max-width: 215px;
|
|
75
75
|
left: auto;
|
package/package.json
CHANGED