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