Upgrade to Sass

This way its much easier to edit and personalize each theme.
This commit is contained in:
Nelson Estevão
2018-03-31 20:58:39 +01:00
parent 5bb8c1c1c6
commit 6822e36b1c
33 changed files with 322 additions and 2693 deletions

10
_sass/skins/_orange.scss Normal file
View File

@@ -0,0 +1,10 @@
/* Orange variables */
$theme-color: #FDA246;
$text-color: #3F4650;
$text-color-secondary: #545E6C;
$text-grey: #97AAC3;
$divider: #e8e8e8;
$lighter-grey: #ccc;
$darker-grey: #666;
$smoky-white: #f5f5f5;
$heart: #fb866a;