region-reunion: update header logo (#41804)

This commit is contained in:
Thomas Jund 2020-04-17 14:40:23 +02:00
parent 9a21a3f695
commit cdd532c057
4 changed files with 10 additions and 9 deletions

View File

@ -13,24 +13,27 @@
// HEADER
#header-wrapper {
background: url(img/menu_top_fond.png) no-repeat top right;
background-size: auto 100%;
border-bottom: 3px solid $primary-color;
}
#logo {
padding: 15px;
padding-top: 30px;
a {
color: $cyan;
$logo-height: 75px;
$logo-height: 100px;
$logo-width: $logo-height * 1.2;
display: block;
font-weight: bold;
font-size: 18px;
padding-top: $logo-height + 5;
background: url(img/logo-regionreunion-bleu.svg) no-repeat;
background: url(img/region-reunion.png) no-repeat;
background-size: auto $logo-height;
@media (min-width: $mobile-limit + 1) {
padding-left: 150px;
padding-top: 60px;
@media ($min-desktop-viewport) {
padding-left: $logo-width + 20;
padding-top: $logo-height - 20px;
font-size: 24px;
line-height: 20px;
background-size: contain;

View File

@ -2,6 +2,7 @@
"label": "Région Réunion",
"variables": {
"pwa_display": "standalone",
"theme_color": "#00579e"
"theme_color": "#00579e",
"email_header_img": "img/region-reunion.png"
}
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB