ros.grant.common 2.0.1350 → 2.0.1352
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.
|
@@ -606,99 +606,96 @@ input.ng-invalid.ng-touched {
|
|
|
606
606
|
}
|
|
607
607
|
|
|
608
608
|
.page-wrapper {
|
|
609
|
-
|
|
609
|
+
label:not(.mrx-switch-checkbox, .custom-checkbox, .slider-checkbox, .custom-switch, .input-icon),
|
|
610
|
+
.custom__label {
|
|
611
|
+
font-size: 14px;
|
|
612
|
+
line-height: 120%;
|
|
613
|
+
font-weight: bold;
|
|
614
|
+
display: block;
|
|
615
|
+
margin-bottom: 8px;
|
|
616
|
+
min-height: 18px;
|
|
610
617
|
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
618
|
+
@media screen and (max-width: 768px) {
|
|
619
|
+
min-height: auto;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
// label в качестве заголовка
|
|
623
|
+
&.label-title {
|
|
615
624
|
font-weight: bold;
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
625
|
+
font-size: 18px;
|
|
626
|
+
line-height: 130%;
|
|
627
|
+
color: var(--Main1);
|
|
628
|
+
}
|
|
619
629
|
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
630
|
+
.required-active {
|
|
631
|
+
font-size: 20px;
|
|
632
|
+
color: var(--Red);
|
|
633
|
+
position: relative;
|
|
634
|
+
display: inline-block;
|
|
623
635
|
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
font-weight: bold;
|
|
627
|
-
font-size: 18px;
|
|
628
|
-
line-height: 130%;
|
|
629
|
-
color: var(--Main1);
|
|
636
|
+
&.hidden {
|
|
637
|
+
visibility: hidden;
|
|
630
638
|
}
|
|
639
|
+
}
|
|
631
640
|
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
display: inline-block;
|
|
641
|
+
.custom-checkbox {
|
|
642
|
+
line-height: 1;
|
|
643
|
+
height: 16px;
|
|
644
|
+
}
|
|
637
645
|
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
}
|
|
646
|
+
&.checkbox__label {
|
|
647
|
+
font-weight: normal;
|
|
648
|
+
}
|
|
642
649
|
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
}
|
|
650
|
+
&.normal {
|
|
651
|
+
font-weight: normal;
|
|
652
|
+
}
|
|
647
653
|
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
654
|
+
&.left {
|
|
655
|
+
display: flex;
|
|
656
|
+
justify-content: flex-end;
|
|
657
|
+
}
|
|
651
658
|
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
659
|
+
&.nowrap {
|
|
660
|
+
height: 16px;
|
|
661
|
+
white-space: nowrap;
|
|
662
|
+
overflow: hidden;
|
|
663
|
+
text-overflow: ellipsis;
|
|
664
|
+
max-width: 100%;
|
|
655
665
|
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
666
|
+
@media screen and (max-width: 767px) {
|
|
667
|
+
height: auto;
|
|
668
|
+
overflow: visible;
|
|
669
|
+
white-space: normal;
|
|
659
670
|
}
|
|
671
|
+
}
|
|
660
672
|
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
overflow: hidden;
|
|
665
|
-
text-overflow: ellipsis;
|
|
666
|
-
max-width: 100%;
|
|
667
|
-
|
|
668
|
-
@media screen and (max-width: 767px) {
|
|
669
|
-
height: auto;
|
|
670
|
-
overflow: visible;
|
|
671
|
-
white-space: normal;
|
|
672
|
-
}
|
|
673
|
-
}
|
|
673
|
+
svg {
|
|
674
|
+
cursor: pointer;
|
|
675
|
+
transition: 0.2s;
|
|
674
676
|
|
|
675
|
-
|
|
676
|
-
cursor: pointer;
|
|
677
|
+
path {
|
|
677
678
|
transition: 0.2s;
|
|
678
|
-
|
|
679
|
-
path {
|
|
680
|
-
transition: 0.2s;
|
|
681
|
-
}
|
|
682
679
|
}
|
|
680
|
+
}
|
|
683
681
|
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
682
|
+
&.between {
|
|
683
|
+
display: flex;
|
|
684
|
+
justify-content: space-between;
|
|
685
|
+
}
|
|
688
686
|
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
}
|
|
687
|
+
.trigger {
|
|
688
|
+
&.active {
|
|
689
|
+
fill: var(--Main1);
|
|
693
690
|
}
|
|
691
|
+
}
|
|
694
692
|
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
693
|
+
@media screen and (max-width: 767px) {
|
|
694
|
+
height: auto;
|
|
695
|
+
white-space: normal;
|
|
698
696
|
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
}
|
|
697
|
+
&.left {
|
|
698
|
+
justify-content: flex-start;
|
|
702
699
|
}
|
|
703
700
|
}
|
|
704
701
|
}
|
|
@@ -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