All Varia Child-themes: Update Cover Block array to include foreground and background color

This commit is contained in:
Allan Cole 2019-08-21 13:59:53 -04:00
parent 108fe0410b
commit 5cf9652636
10 changed files with 41 additions and 1 deletions

View file

@ -189,6 +189,10 @@ $config-button: (
*/
$config-cover: (
"height": calc( 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")},
)
);
/**

View file

@ -189,6 +189,10 @@ $config-button: (
*/
$config-cover: (
"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")},
)
);
/**

View file

@ -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")},
)
);
/**

View file

@ -189,6 +189,10 @@ $config-button: (
*/
$config-cover: (
"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")},
)
);
/**

View file

@ -189,6 +189,10 @@ $config-button: (
*/
$config-cover: (
"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")},
)
);
/**

View file

@ -189,6 +189,10 @@ $config-button: (
*/
$config-cover: (
"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")},
)
);
/**

View file

@ -189,6 +189,10 @@ $config-button: (
*/
$config-cover: (
"height": calc( 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")},
)
);
/**

View file

@ -189,6 +189,10 @@ $config-button: (
*/
$config-cover: (
"height": 90vh,
"color": (
"foreground": #{map-deep-get($config-global, "color", "background", "default")},
"background": #{map-deep-get($config-global, "color", "foreground", "default")},
)
);
/**

View file

@ -189,6 +189,10 @@ $config-button: (
*/
$config-cover: (
"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")},
)
);
/**

View file

@ -189,6 +189,10 @@ $config-button: (
*/
$config-cover: (
"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")},
)
);
/**