NGO Allianz logo

This commit is contained in:
Oleg Lavrovsky 2018-06-28 16:06:31 +02:00
parent 5cbe0efc51
commit 4a224d6282

View file

@ -47,16 +47,17 @@
.navbar-brand { .navbar-brand {
width: 400px; width: 400px;
height: 100px; height: 100px;
background-size: contain; background-size: contain !important;
background-repeat: no-repeat;
font-size: 0px; font-size: 0px !important;
img { display: none; } img { display: none !important; }
} }
} }
html[lang='de'] .site-ngo-allianz-ebk .navbar-brand { .site-ngo-allianz-ebk .navbar-brand {
background: url('/static/org/NGO-Allianz_Logo-de.jpg') no-repeat top left; background-image: url('/static/org/NGO-Allianz_Logo-de.jpg');
} }
html[lang='fr'] .navbar-brand { html[lang='fr'] .site-ngo-allianz-ebk .navbar-brand {
background: url('/static/org/NGO-Allianz_Logo-fr.jpg') no-repeat top left; background-image: url('/static/org/NGO-Allianz_Logo-fr.jpg');
} }