@appscode/design-system 1.0.43-alpha.10 → 1.0.43-alpha.12
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/base/utilities/_default.scss +1 -1
- package/base/utilities/_initial-variables.scss +1 -1
- package/components/_ac-multi-select.scss +1 -1
- package/components/_ac-table.scss +5 -2
- package/components/_ac-tags.scss +1 -1
- package/components/_buttons.scss +1 -1
- package/components/_wizard.scss +1 -1
- package/components/bbum/_information-center.scss +2 -2
- package/components/bbum/_user-profile.scss +1 -1
- package/package.json +1 -1
|
@@ -686,7 +686,7 @@ $border_color_4: transparent transparent #585d6e transparent;
|
|
|
686
686
|
height: 10px;
|
|
687
687
|
width: 10px;
|
|
688
688
|
border-radius: 50%;
|
|
689
|
-
background: $ac-
|
|
689
|
+
background: $ac-gray-lightest;
|
|
690
690
|
border: 2px solid $ac-white;
|
|
691
691
|
display: inline-flex;
|
|
692
692
|
|
|
@@ -49,13 +49,16 @@
|
|
|
49
49
|
td {
|
|
50
50
|
border: none;
|
|
51
51
|
font-size: $font-size-small;
|
|
52
|
-
color:
|
|
52
|
+
color: hsl(
|
|
53
|
+
var(--font-hsl-hue),
|
|
54
|
+
var(--font-hsl-saturation),
|
|
55
|
+
calc(var(--font-hsl-lightness) + 25%)
|
|
56
|
+
);
|
|
53
57
|
font-weight: 400;
|
|
54
58
|
padding: 3px 0px;
|
|
55
59
|
min-width: 230px;
|
|
56
60
|
|
|
57
61
|
&:first-child {
|
|
58
|
-
color: $ac-black;
|
|
59
62
|
font-weight: 400;
|
|
60
63
|
padding-right: 10px;
|
|
61
64
|
color: $ac-color-heading;
|
package/components/_ac-tags.scss
CHANGED
package/components/_buttons.scss
CHANGED
package/components/_wizard.scss
CHANGED
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
height: 160px;
|
|
73
73
|
background-size: cover;
|
|
74
74
|
background-position: center;
|
|
75
|
-
background-color: $ac-
|
|
75
|
+
background-color: $ac-gray-lightest;
|
|
76
76
|
position: relative;
|
|
77
77
|
z-index: 1;
|
|
78
78
|
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
transition: 0.3s;
|
|
127
127
|
|
|
128
128
|
&:hover {
|
|
129
|
-
color: $ac-
|
|
129
|
+
color: $ac-gray-lightest;
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
}
|