@appscode/design-system 2.0.56 → 2.0.57-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.0.56",
3
+ "version": "2.0.57-alpha.2",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  color: inherit;
23
23
  }
24
24
  }
25
- &:disabled:not(.is-light) {
25
+ &:disabled:not(.is-light, .is-outlined) {
26
26
  background-color: $ac-primary;
27
27
  border-color: $ac-primary;
28
28
  }
@@ -154,12 +154,12 @@
154
154
  top: 5px;
155
155
  left: 35px;
156
156
  position: absolute;
157
- background: $primary-20;
157
+ background: $secondary-20;
158
158
  width: 150px;
159
159
  border-radius: 4px;
160
160
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
161
161
  z-index: 99;
162
- border-color: $primary-20;
162
+ border-color: $secondary-30;
163
163
 
164
164
  .items-inner {
165
165
  border: none;
@@ -167,7 +167,7 @@
167
167
  li {
168
168
  border: none;
169
169
  border-right: none !important;
170
- border-bottom: 1px solid $primary-30;
170
+ border-bottom: 1px solid $secondary-30;
171
171
  width: 100%;
172
172
 
173
173
  &:last-child {
@@ -1,7 +1,7 @@
1
1
  .ac-system-left-sidebar {
2
2
  &.is-light {
3
3
  .ac-left-sidebar-wrapper {
4
- background-color: $primary-light-grey;
4
+ background-color: $secondary-light-grey;
5
5
 
6
6
  .ac-left-sidebar {
7
7
  .sidebar-header {