@appscode/design-system 1.0.43-alpha.86 → 1.0.43-alpha.87

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.
@@ -23,6 +23,10 @@
23
23
  }
24
24
  }
25
25
 
26
+ &.in-ui-builder {
27
+ grid-template-columns: calc(100% - 270px) 270px;
28
+ }
29
+
26
30
  &.has-ui-builder {
27
31
  grid-template-columns: 70px calc(100% - 70px);
28
32
  grid-gap: 0;
@@ -624,6 +624,9 @@
624
624
  --ac-white: #2e323c;
625
625
  }
626
626
  }
627
+ .button.ac-button.is-text{
628
+ background-color: transparent;
629
+ }
627
630
  }
628
631
  // dark theme end
629
632
  /****************************************
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.86",
3
+ "version": "1.0.43-alpha.87",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {