grand-chatellerault: add customisable logo

This commit is contained in:
Frédéric Péters 2020-06-19 09:24:08 +02:00
parent 56c0f7947e
commit 89489c41c9
2 changed files with 11 additions and 0 deletions

View File

@ -14,6 +14,10 @@
font-weight: normal;
}
#header #top #logo.has-logo a {
background-image: url('/assets/header:logo');
}
div.gru-nav > ul > li > a {
border-radius: $border-radius;
text-transform: uppercase;

View File

@ -3,5 +3,12 @@
"variables": {
"pwa_display": "standalone",
"theme_color": "#126c86"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:logo": { "label": "Têtière : logo" }
}
}
}
}