montreuil: get header and logo from assets (#32591)

This commit is contained in:
Serghei Mihai 2019-09-08 15:52:11 +02:00
parent 11c6a6e625
commit 9835b8f109
5 changed files with 14 additions and 9 deletions

View File

@ -10,21 +10,17 @@
}
}
body.has-header-background header {
background-position: bottom center;
}
div#header-wrapper {
background: url('img/header.jpg') no-repeat;
background-size: cover;
height: 230px;
border-top: 44px solid $primary-color;
@media screen and (max-width: $nav-mobile-limit) {
margin-bottom: 10px;
height: 150px;
}
h1#logo a {
background: url('img/logo.png') no-repeat;
display: block;
text-indent: -9999px;
height: 150px;
background-size: contain;
height: 115px;
}
}
@ -77,6 +73,9 @@ div.gru-nav {
}
.gru-content {
@media screen and (max-width: $mobile-limit) {
margin-top: 10px;
}
div.wcsformsofcategorycell {
border: 0;
picture img {

View File

@ -30,6 +30,8 @@ $nav-mobile-bottom-bar-item-selected-background: $secondary-color;
$title-background: $primary-color;
$title-color: $white;
$top-logo-width: -40px;
$widget-focus-border: 1px solid $secondary-color;
$cell-border: 1px solid $secondary-color;

View File

@ -13,6 +13,10 @@
"picture": {
"prefix": "Image"
}
},
"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: 200 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB