|
@@ -162,8 +162,8 @@ $config-elements: (
|
|
$config-button: (
|
|
$config-button: (
|
|
// Colors
|
|
// Colors
|
|
"color": (
|
|
"color": (
|
|
- "text": map-deep-get($config-global, "color", "background"),
|
|
|
|
- "text-hover": map-deep-get($config-global, "color", "background"),
|
|
|
|
|
|
+ "text": map-deep-get($config-global, "color", "background", "default"),
|
|
|
|
+ "text-hover": map-deep-get($config-global, "color", "background", "default"),
|
|
"background": map-deep-get($config-global, "color", "primary", "default"),
|
|
"background": map-deep-get($config-global, "color", "primary", "default"),
|
|
"background-hover": map-deep-get($config-global, "color", "primary", "hover"),
|
|
"background-hover": map-deep-get($config-global, "color", "primary", "hover"),
|
|
),
|
|
),
|