|
@@ -188,7 +188,7 @@ $config-button: (
|
|
|
* Cover
|
|
|
*/
|
|
|
$config-cover: (
|
|
|
- "height": calc( 18 * #{map-deep-get($config-global, "spacing", "vertical")} ),
|
|
|
+ "height": #{18 * 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")},
|