tours-metropole: restore monochrome logo on metropole pages (#31019)

Use colorfull logo only on authentic pages.
This commit is contained in:
Serghei Mihai 2019-03-01 10:20:49 +01:00
parent 154b9348c0
commit 15854a27e4
3 changed files with 2 additions and 2 deletions

View File

@ -29,13 +29,13 @@ body.authentic-page, body.registration-page {
}
a {
margin: 0;
background-image: url('img/logo.png');
background-image: url('img/logo-neutre.png');
background-position: center left;
background-repeat: no-repeat;
background-size: contain, contain;
text-indent: -9999px;
@media screen and (max-width: $mobile-limit) {
background-image: url('img/logo.png');
background-image: url('img/logo-neutre.png');
background-repeat: no-repeat;;
background-position: center left;

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 18 KiB