control-panel-theme
@include control-panel-theme(
$theme,
$color
);
Description
Control the colours of the Control Panel block.
Parameters
$theme
(shades | color)
The base color to be used as theme.
Default: primary
$color
(shades | color)
The text color to be used in the panel.
Default: null
Return
(CSS) Styles to theme .control-panel
.
Examples
Change the default Control Panel theme to use the secondary color instead
@include control-panel-theme(secondary);
Updated about 4 years ago