ros.grant.common 2.0.1527 → 2.0.1529

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.
@@ -669,6 +669,27 @@
669
669
  }
670
670
  }
671
671
  }
672
+ &.head-attention {
673
+ .modal-header {
674
+ .modal-title {
675
+ background: var(--system-bg-controls-attention-default) !important;
676
+ }
677
+ }
678
+ }
679
+ &.head-positive {
680
+ .modal-header {
681
+ .modal-title {
682
+ background: var(--system-bg-controls-positive-default) !important;
683
+ }
684
+ }
685
+ }
686
+ &.head-negative {
687
+ .modal-header {
688
+ .modal-title {
689
+ background: var(--system-bg-controls-negative-default) !important;
690
+ }
691
+ }
692
+ }
672
693
  }
673
694
 
674
695
  //Дубль стилей для Angular
@@ -851,6 +872,28 @@
851
872
  }
852
873
  }
853
874
  }
875
+
876
+ &.head-attention {
877
+ .modal-header {
878
+ .modal-title {
879
+ background: var(--system-bg-controls-attention-default) !important;
880
+ }
881
+ }
882
+ }
883
+ &.head-positive {
884
+ .modal-header {
885
+ .modal-title {
886
+ background: var(--system-bg-controls-positive-default) !important;
887
+ }
888
+ }
889
+ }
890
+ &.head-negative {
891
+ .modal-header {
892
+ .modal-title {
893
+ background: var(--system-bg-controls-negative-default) !important;
894
+ }
895
+ }
896
+ }
854
897
 
855
898
  &.certificate {
856
899
  .modal-header {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1527",
2
+ "version": "2.0.1529",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {