la-reunion-region: use logo w/o squares in site header (#56184)

This commit is contained in:
Frédéric Péters 2021-08-20 08:21:26 +02:00
parent f329d61765
commit 5cc1a7e93f
3 changed files with 4 additions and 4 deletions

View File

@ -23,12 +23,12 @@
a {
color: $cyan;
$logo-height: 100px;
$logo-width: $logo-height * 1.2;
$logo-width: $logo-height * 1.9;
display: block;
font-weight: bold;
font-size: 1.125rem;
padding-top: $logo-height + 5;
background: url(img/region-reunion.png) no-repeat;
background: url(img/region-reunion-2.png) no-repeat;
background-size: auto $logo-height;
@media ($min-desktop-viewport) {
@ -213,4 +213,4 @@ div#footer {
border-right: $width solid $footer-background;
}
}
}
}

View File

@ -3,6 +3,6 @@
"variables": {
"pwa_display": "standalone",
"theme_color": "#00579e",
"email_header_img": "img/region-reunion-email-logo.png"
"email_header_img": "img/region-reunion-2.png"
}
}

View File

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB