Fix docker compose and deploy

This commit is contained in:
Nelson Estevão
2023-08-05 23:04:15 +01:00
parent 15fe516dbc
commit 7cefa97145
1428 changed files with 13 additions and 53 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;