theme
This commit is contained in:
parent
e798b67e6e
commit
d4c75f5580
41
public/resources/css/_theme.scss
Normal file
41
public/resources/css/_theme.scss
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
/*
|
||||||
|
* Background Colors
|
||||||
|
*
|
||||||
|
* Background utility classes to add color to elements
|
||||||
|
*/
|
||||||
|
|
||||||
|
.background-sky {
|
||||||
|
background: linear-gradient(top, $ocean, $regal);
|
||||||
|
color: $snow;
|
||||||
|
}
|
||||||
|
|
||||||
|
.background-regal {
|
||||||
|
background: $regal;
|
||||||
|
color: $snow;
|
||||||
|
}
|
||||||
|
|
||||||
|
.background-coal {
|
||||||
|
background: $coal;
|
||||||
|
color: $snow;
|
||||||
|
}
|
||||||
|
|
||||||
|
.background-steel {
|
||||||
|
background: $steel;
|
||||||
|
color: $snow;
|
||||||
|
}
|
||||||
|
|
||||||
|
.background-silver {
|
||||||
|
background: $silver;
|
||||||
|
color: $snow;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Text Colors
|
||||||
|
*
|
||||||
|
* Text color utility color classes
|
||||||
|
*/
|
||||||
|
|
||||||
|
.text-snow {
|
||||||
|
color: $snow;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user