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/_berry.scss Normal file
View File

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

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

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

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

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

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

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

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;

View File

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