ros.grant.common 2.0.1527 → 2.0.1528
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
|
package/package.json
CHANGED