@appscode/design-system 2.0.35-alpha.1 → 2.0.35-alpha.2

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/main.scss CHANGED
@@ -1,4 +1,6 @@
1
1
  @charset "utf-8";
2
+ $secondary-hue: 208;
3
+ $secondary-saturation: 77%;
2
4
  // customize bulma css
3
5
  @import "@/components/vue-components/styles/base/utilities/_customize-bulma.scss";
4
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.0.35-alpha.1",
3
+ "version": "2.0.35-alpha.2",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -230,7 +230,7 @@
230
230
  border-top: 1px solid $color-border-light;
231
231
  border-bottom: 1px solid $color-border-light;
232
232
  border-right: 1px solid $color-border-light;
233
- background-color: $secondary-light-grey;
233
+ background-color: $primary-light-grey;
234
234
 
235
235
  &:first-child {
236
236
  border-left: 1px solid transparent;
@@ -5,7 +5,7 @@
5
5
  width: 100%;
6
6
  top: 0;
7
7
  z-index: 999;
8
- background-color: $secondary-light-grey;
8
+ background-color: $primary-light-grey;
9
9
  border-bottom: 1px solid $color-border;
10
10
 
11
11
  &.is-full {