@appscode/design-system 1.0.43-alpha.113 → 1.0.43-alpha.114

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.
@@ -565,6 +565,11 @@ button {
565
565
  &.is-warning {
566
566
  background-color: $ac-warning;
567
567
  color: $ac-white !important;
568
+
569
+ &.is-light {
570
+ background-color: #f7ac2a75;
571
+ color: $ac-warning;
572
+ }
568
573
  }
569
574
 
570
575
  &.is-danger {
@@ -950,8 +955,6 @@ $border_color_4: transparent transparent #585d6e transparent;
950
955
  // Status css
951
956
  // ac-footer sticky end
952
957
 
953
-
954
-
955
958
  // terminal scss end
956
959
  .is-dark-theme {
957
960
  a {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.113",
3
+ "version": "1.0.43-alpha.114",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {