ros.grant.common 2.0.1528 → 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.
@@ -872,6 +872,28 @@
872
872
  }
873
873
  }
874
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
+ }
875
897
 
876
898
  &.certificate {
877
899
  .modal-header {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1528",
2
+ "version": "2.0.1529",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {