From 4a224d62824de78da25d4455451dd21517d53808 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Thu, 28 Jun 2018 16:06:31 +0200 Subject: [PATCH] NGO Allianz logo --- publichealth/static/css/subsites.scss | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/publichealth/static/css/subsites.scss b/publichealth/static/css/subsites.scss index 79af832..5968d78 100644 --- a/publichealth/static/css/subsites.scss +++ b/publichealth/static/css/subsites.scss @@ -47,16 +47,17 @@ .navbar-brand { width: 400px; height: 100px; - background-size: contain; + background-size: contain !important; + background-repeat: no-repeat; - font-size: 0px; - img { display: none; } + font-size: 0px !important; + img { display: none !important; } } } -html[lang='de'] .site-ngo-allianz-ebk .navbar-brand { - background: url('/static/org/NGO-Allianz_Logo-de.jpg') no-repeat top left; +.site-ngo-allianz-ebk .navbar-brand { + background-image: url('/static/org/NGO-Allianz_Logo-de.jpg'); } -html[lang='fr'] .navbar-brand { - background: url('/static/org/NGO-Allianz_Logo-fr.jpg') no-repeat top left; +html[lang='fr'] .site-ngo-allianz-ebk .navbar-brand { + background-image: url('/static/org/NGO-Allianz_Logo-fr.jpg'); }