@appscode/design-system 2.4.27-alpha-2 → 2.4.27-alpha-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
|
@@ -56,16 +56,7 @@ $secondary-dark-grey: hsl($secondary-hue, 10%, 10%);
|
|
|
56
56
|
$secondary-light-gray: hsl($secondary-hue, 10%, 96%);
|
|
57
57
|
$secondary-dark-gray: hsl($secondary-hue, 10%, 10%);
|
|
58
58
|
|
|
59
|
-
$color-text: hsl($secondary-hue, 10%, 25%);
|
|
60
|
-
$color-heading: hsl($secondary-hue, 10%, 10%);
|
|
61
|
-
$color-label: hsl($secondary-hue, 20%, 30%);
|
|
62
|
-
$color-link: hsl($secondary-hue, 40%, 20%);
|
|
63
|
-
$color-border-light: hsl($secondary-hue, 40%, 95%);
|
|
64
|
-
$color-border: hsl($secondary-hue, 10%, 90%);
|
|
65
|
-
$color-border-dark: hsl($secondary-hue, 10%, 80%);
|
|
66
|
-
|
|
67
59
|
// tweak sidebar bg color. update value (--sidebar-light)
|
|
68
|
-
$color-sidebar: hsl($primary-hue, $primary-saturation, var(--sidebar-light, 5%));
|
|
69
60
|
|
|
70
61
|
// green color guides
|
|
71
62
|
$green-hue: 141;
|
|
@@ -190,6 +181,17 @@ $slate-80: #e2e8f0;
|
|
|
190
181
|
$slate-90: #f1f5f9;
|
|
191
182
|
$slate-95: #f8fafc;
|
|
192
183
|
|
|
184
|
+
$color-text: $slate-40;
|
|
185
|
+
$color-heading: $slate-5;
|
|
186
|
+
$color-label: $slate-30;
|
|
187
|
+
$color-link: $slate-20;
|
|
188
|
+
$color-border-light: $slate-90;
|
|
189
|
+
$color-border: $slate-80;
|
|
190
|
+
$color-border-dark: $slate-70;
|
|
191
|
+
|
|
192
|
+
// $color-sidebar: hsl($primary-hue, $primary-saturation, var(--sidebar-light, 5%));
|
|
193
|
+
$color-sidebar: $slate-5;
|
|
194
|
+
|
|
193
195
|
// Box Shadow
|
|
194
196
|
$ac-shadow-1: 0 1px 4px rgba(26, 80, 151, 0.16);
|
|
195
197
|
$ac-shadow-2: 0px 8px 57px rgba(0, 0, 0, 0.16);
|