grenoble-metropole-2022: add initial theme

This commit is contained in:
Serghei Mihai 2022-01-31 12:46:42 +01:00
parent 500c535609
commit d6515a6f85
5 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1 @@
@import '../izi-ici/custom';

View File

@ -0,0 +1,10 @@
$primary-color: #FFEC27;
$title-color: #000;
$wcs-step-current-color: #000;
$wcs-step-current-border-bottom: 3px solid $primary-color !default;
$footer-link-color: $primary-color;
$footer-background: #2a2a2a;
@import '../izi-ici/vars';

View File

@ -0,0 +1,27 @@
{
"label": "Grenoble Métropole (2022)",
"variables": {
"overlay": "izi-ici",
"global_title": "Grenoble Métropole",
"pwa_display": "standalone",
"theme_color": "#FFEC27",
"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"}
},
"COMBO_CELL_ASSET_SLOTS.update": {
"data_linkcell": {
"picture": {"prefix": "Icône"}
},
"wcs_wcsformcell": {
"picture": {"prefix": "Icône"}
}
}
}
}
}

View File

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

View File

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