All Varia Child-themes: Update Cover Block array to include foreground and background color
This commit is contained in:
parent
108fe0410b
commit
5cf9652636
10 changed files with 41 additions and 1 deletions
|
@ -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")},
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -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")},
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -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")},
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -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")},
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -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")},
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -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")},
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -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")},
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -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")},
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -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")},
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -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")},
|
||||
)
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue