NGO Allianz logo
This commit is contained in:
parent
5cbe0efc51
commit
4a224d6282
1 changed files with 8 additions and 7 deletions
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue