add theme for Eybens (#71373)

This commit is contained in:
Serghei Mihai 2022-11-16 16:33:56 +01:00 committed by Gitea
parent 6c47399d87
commit b0c8c9fe5b
5 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,17 @@
@import '../izi-ici/custom';
.custom-cancel-button {
background: black;
color: $primary-color;
}
.wcs-step--marker {
border-color: black;
}
#footer {
h1, h2, h3, h4, h5 {
color: white;
}
}

17
static/eybens/_vars.scss Normal file
View File

@ -0,0 +1,17 @@
$primary-color: #c7d55f;
$secondary-color: black;
$button-background: #c5377f;
$button-color: white;
$cancel-button-style: '.custom-cancel-button';
$title-color: black;
$wcs-step-current-label-color: black;
$wcs-step-current-marker-color: black;
$footer-background: #2a2a2a;
$footer-color: $primary-color;
$footer-link-color: $primary-color;
@import '../izi-ici/vars';

26
static/eybens/config.json Normal file
View File

@ -0,0 +1,26 @@
{
"label": "Eybens",
"variables": {
"global_title": "Eybens",
"theme_color": "#c7d55f",
"email_header_asset": "emails:logo"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:logo": {"label": "Têtière : logo"},
"emails:logo": {"label": "Emails : logo"},
"banner:background": {"label": "Bannière : image de fond"},
"banner:logo": {"label": "Bannière : logo"}
},
"COMBO_CELL_ASSET_SLOTS.update": {
"data_linkcell": {
"picture": {"prefix": "Icône"}
},
"wcs_wcsformcell": {
"picture": {"prefix": "Icône"}
}
}
}
}
}

6
static/eybens/style.scss Normal file
View File

@ -0,0 +1,6 @@
@charset "UTF-8";
@import '../includes/fonts/source-sans-pro';
@import 'vars';
@import '../includes/publik';
@import 'custom';

1
templates/variants/eybens Symbolic link
View File

@ -0,0 +1 @@
izi-ici