calvados-intranet-cd14: add combo asset slot to manage logo (#49987)

and increase logo size
This commit is contained in:
Thomas Jund 2021-01-08 16:50:16 +01:00
parent 367c5c9748
commit 6f91534897
2 changed files with 10 additions and 4 deletions

View File

@ -144,14 +144,13 @@ a#publik-portal-agent {
}
a {
background: url(img/Connect_intranet-logo.png) bottom left no-repeat;
background-size: auto 100%;
width: 220px;
background-size: contain;
width: 320px;
height: 50px;
display: block;
text-indent: -10000px;
@media ($max-mobile-viewport) {
padding-left: 0;
width: 100%;
}
}
}

View File

@ -4,5 +4,12 @@
"variables": {
"theme_color": "#e40d7e",
"email_header_img": "img/Connect_intranet-logo.png"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:logo": { "label": "Têtière : logo" }
}
}
}
}