roannais-agglomeration: take header logo from assets

This commit is contained in:
Frédéric Péters 2019-03-26 14:20:45 +01:00
parent e895197f8d
commit 5b212f3806
2 changed files with 12 additions and 2 deletions

View File

@ -15,13 +15,16 @@ header {
h1#logo {
a {
pointer-events: auto;
background: url(img/logo-roannais-agglomeration.svg) 0px 7px no-repeat;
background: url(/assets/header:logo) 0px 7px no-repeat;
background-size: 180px;
display: inline-block;
padding-top: 15px;
width: 180px;
height: 65px;
height: 40px;
text-indent: -10000px;
@media screen and (max-width: $nav-mobile-limit) {
height: 55px;
}
}
@media screen and (max-width: $nav-mobile-limit) {
padding-top: 40px;

View File

@ -2,5 +2,12 @@
"label": "Roannais Agglomération",
"variables": {
"theme_color": "#cf141d"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:logo": { "label": "Têtière : logo" }
}
}
}
}