|
@@ -188,7 +188,11 @@ $config-button: (
|
|
|
* Cover
|
|
|
*/
|
|
|
$config-cover: (
|
|
|
- "height": #{15 * map-deep-get($config-global, "spacing", "vertical")},
|
|
|
+ "height": calc( 15 * #{map-deep-get($config-global, "spacing", "vertical")} ),
|
|
|
+ "color": (
|
|
|
+ "foreground": #{map-deep-get($config-global, "color", "background", "default")},
|
|
|
+ "background": #{map-deep-get($config-global, "color", "foreground", "default")},
|
|
|
+ )
|
|
|
);
|
|
|
|
|
|
/**
|