@appscode/design-system 2.0.41-alpha.2 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.0.41-alpha.2",
3
+ "version": "2.0.41-alpha.4",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -663,7 +663,7 @@ body:has(.has-info-content) {
663
663
  margin-left: auto;
664
664
  position: fixed;
665
665
  right: 0;
666
- background: #fff;
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;
@@ -138,3 +138,6 @@ strong {
138
138
  .material-icons {
139
139
  font-size: 1em;
140
140
  }
141
+ .has-text-primary {
142
+ color: $ac-primary;
143
+ }
@@ -4,6 +4,10 @@
4
4
  &:hover {
5
5
  background-color: $primary-30;
6
6
  }
7
+ &:disabled {
8
+ background-color: $ac-primary;
9
+ border-color: $ac-primary;
10
+ }
7
11
  &.is-outlined {
8
12
  border-color: $ac-primary;
9
13
  // background-color: $ac-primary;
@@ -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;
@@ -256,7 +256,7 @@ AC Toast
256
256
 
257
257
  // is-primary
258
258
  .ac-toast.is-primary {
259
- @include acToast($primary);
259
+ @include acToast($ac-primary);
260
260
  }
261
261
 
262
262
  // is-info