@appscode/design-system 1.1.0-beta.37 → 1.1.0-beta.38

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": "1.1.0-beta.37",
3
+ "version": "1.1.0-beta.38",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -59,20 +59,7 @@
59
59
  opacity: 1;
60
60
  visibility: visible;
61
61
  }
62
- }
63
- &.is-error {
64
- color: $danger;
65
- &:hover {
66
- &::after {
67
- background-color: $red-90;
68
- }
69
- }
70
- &:after {
71
- opacity: 1;
72
- visibility: visible;
73
- background-color: transparent;
74
- }
75
- &.is-active {
62
+ &.is-danger {
76
63
  color: $danger;
77
64
  &:hover {
78
65
  &::after {
@@ -85,6 +72,45 @@
85
72
  background-color: $red-95;
86
73
  }
87
74
  }
75
+ &.is-success {
76
+ color: $success;
77
+ &:hover {
78
+ &::after {
79
+ background-color: $green-90;
80
+ }
81
+ }
82
+ &:after {
83
+ opacity: 1;
84
+ visibility: visible;
85
+ background-color: $green-95;
86
+ }
87
+ }
88
+ &.is-warning {
89
+ color: $warning;
90
+ &:hover {
91
+ &::after {
92
+ background-color: $yellow-90;
93
+ }
94
+ }
95
+ &:after {
96
+ opacity: 1;
97
+ visibility: visible;
98
+ background-color: $yellow-95;
99
+ }
100
+ }
101
+ }
102
+ &.is-danger {
103
+ color: $danger;
104
+ &:hover {
105
+ &::after {
106
+ background-color: $red-90;
107
+ }
108
+ }
109
+ &:after {
110
+ opacity: 1;
111
+ visibility: visible;
112
+ background-color: transparent;
113
+ }
88
114
  }
89
115
  &.is-success {
90
116
  color: $success;
@@ -98,19 +124,6 @@
98
124
  visibility: visible;
99
125
  background-color: transparent;
100
126
  }
101
- &.is-active {
102
- color: $success;
103
- &:hover {
104
- &::after {
105
- background-color: $green-90;
106
- }
107
- }
108
- &:after {
109
- opacity: 1;
110
- visibility: visible;
111
- background-color: $green-95;
112
- }
113
- }
114
127
  }
115
128
  &.is-warning {
116
129
  color: $warning;
@@ -124,19 +137,6 @@
124
137
  visibility: visible;
125
138
  background-color: transparent;
126
139
  }
127
- &.is-active {
128
- color: $warning;
129
- &:hover {
130
- &::after {
131
- background-color: $yellow-90;
132
- }
133
- }
134
- &:after {
135
- opacity: 1;
136
- visibility: visible;
137
- background-color: $yellow-95;
138
- }
139
- }
140
140
  }
141
141
  }
142
142
  &.is-open {