@appscode/design-system 2.5.2 → 2.5.3

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.5.2",
3
+ "version": "2.5.3",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -12,6 +12,11 @@
12
12
  min-width: 200px;
13
13
  max-width: 250px;
14
14
  margin-bottom: 0 !important;
15
+ &.ac-radio [type="radio"] + label {
16
+ color: $color-heading;
17
+ font-weight: 500;
18
+ font-size: 14px;
19
+ }
15
20
 
16
21
  &.is-active-require-field {
17
22
  &:after {
@@ -99,7 +104,17 @@
99
104
  }
100
105
 
101
106
  &.is-selected {
102
- border: 1px solid $ac-primary;
107
+ &::after {
108
+ position: absolute;
109
+ content: "";
110
+ left: 0;
111
+ top: 0;
112
+ width: 100%;
113
+ height: 100%;
114
+ z-index: -1;
115
+ border: 2px solid $ac-primary;
116
+ border-radius: 4px;
117
+ }
103
118
  }
104
119
 
105
120
  &:last-child {
@@ -217,7 +232,7 @@
217
232
  font-weight: normal;
218
233
  font-size: 1rem;
219
234
  line-height: 140%;
220
- color: $color-heading;
235
+ color: $color-text;
221
236
 
222
237
  &.is-warning {
223
238
  color: $danger;