Update to site
This commit is contained in:
parent
3345fa5897
commit
b0bdfe2fe9
244 changed files with 11618 additions and 12 deletions
19
sass/inuitcss/generic/_brand.scss
Normal file
19
sass/inuitcss/generic/_brand.scss
Normal file
|
@ -0,0 +1,19 @@
|
|||
@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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue