Removed css declarations out of main.scss, so main is only a collector
Fonts, variables and mixins are now all in their own stylesheets
This commit is contained in:
parent
eb1004f789
commit
755e4a4700
4 changed files with 104 additions and 92 deletions
6
app/assets/stylesheets/variables.scss
Normal file
6
app/assets/stylesheets/variables.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
/** Colors **/
|
||||
$link_color: #3A89A3;
|
||||
$blue_link: #2FA0BB;
|
||||
$style_color: #474D57;
|
||||
$hover: #D9EDF7;
|
||||
$hover_border: #ADF;
|
Loading…
Add table
Add a link
Reference in a new issue