forked from robert/robertjohnson.work
Fix docker compose and deploy
This commit is contained in:
10
_sass/skins/_berry.scss
Normal file
10
_sass/skins/_berry.scss
Normal 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
10
_sass/skins/_blue.scss
Normal 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
10
_sass/skins/_ceramic.scss
Normal 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
10
_sass/skins/_green.scss
Normal 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
10
_sass/skins/_orange.scss
Normal 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;
|
10
_sass/skins/_turquoise.scss
Normal file
10
_sass/skins/_turquoise.scss
Normal 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;
|
Reference in New Issue
Block a user