mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-20 09:58:59 +00:00
19 lines
450 B
SCSS
19 lines
450 B
SCSS
@charset "UTF-8";
|
|
/*------------------------------------*\
|
|
$BRAND
|
|
\*------------------------------------*/
|
|
/**
|
|
* `.brand` is a quick and simple way to apply your brand face and/or color to
|
|
* any element using a handy helper class.
|
|
*/
|
|
.brand{
|
|
font-family:$brand-face +!important;
|
|
color:$brand-color +!important;
|
|
}
|
|
.brand-face{
|
|
font-family:$brand-face +!important;
|
|
}
|
|
.brand-color,
|
|
.brand-colour{
|
|
color:$brand-color +!important;
|
|
} |