@appscode/design-system 2.0.41-alpha.3 → 2.0.41-alpha.4
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.
package/package.json
CHANGED
|
@@ -663,7 +663,7 @@ body:has(.has-info-content) {
|
|
|
663
663
|
margin-left: auto;
|
|
664
664
|
position: fixed;
|
|
665
665
|
right: 0;
|
|
666
|
-
background:
|
|
666
|
+
background: $white-100;
|
|
667
667
|
top: 0;
|
|
668
668
|
z-index: 99999;
|
|
669
669
|
box-shadow: -3px 2px 10px 3px rgba(0, 0, 0, 0.1);
|
|
@@ -675,6 +675,8 @@ body:has(.has-info-content) {
|
|
|
675
675
|
|
|
676
676
|
.tag:not(body) {
|
|
677
677
|
&.is-primary {
|
|
678
|
+
background-color: $primary;
|
|
679
|
+
color: $white-100;
|
|
678
680
|
&.is-light {
|
|
679
681
|
color: $ac-primary;
|
|
680
682
|
background-color: $primary-95;
|
|
@@ -516,6 +516,11 @@
|
|
|
516
516
|
border-color: $primary-30 !important;
|
|
517
517
|
}
|
|
518
518
|
|
|
519
|
+
.switch[type="checkbox"].is-primary:checked + label::before,
|
|
520
|
+
.switch[type="checkbox"].is-primary:checked + label:before {
|
|
521
|
+
background-color: $ac-primary;
|
|
522
|
+
}
|
|
523
|
+
|
|
519
524
|
.is-checkradio[type="checkbox"] + label::after,
|
|
520
525
|
.is-checkradio[type="checkbox"] + label:after {
|
|
521
526
|
border-width: 0.2rem;
|