sens: use assets for banner and logo (#47594)

This commit is contained in:
Nicolas Roche 2020-10-10 02:21:21 +02:00
parent 40df91fd84
commit f358e70026
4 changed files with 12 additions and 5 deletions

View File

@ -1,17 +1,17 @@
@import '../includes/fonts/bitter';
@import '../includes/fonts/worksans';
div#header-wrapper {
background: url(img/background.jpg) no-repeat;
background-size: auto;
body.has-header-background .site-header {
background-attachment: fixed;
}
div#header-wrapper {
height: 295px;
div#header h1 {
padding-top: 80px;
a {
display: block;
height: 120px;
background: url(img/ville-sens-logo.svg) top left no-repeat;
background-position-x: center;
text-indent: -1000px;
overflow: hidden;

View File

@ -4,5 +4,13 @@
"favicon": "sens/img/favicon.png",
"logo_link_url": "https://www.ville-sens.fr/",
"theme_color": "#008cd1"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:background": { "label": "Têtière : fond" },
"header:logo": { "label": "Têtière : logo" }
}
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 548 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 285 KiB