From 9d325761e9abef62c7211ddd9bdf86b73df653c1 Mon Sep 17 00:00:00 2001 From: rubenthoms <69145689+rubenthoms@users.noreply.github.com> Date: Fri, 17 Sep 2021 18:17:46 +0200 Subject: [PATCH] Adjusted logo and added small logo (#46) --- webviz_config_equinor/assets/equinor_theme.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/webviz_config_equinor/assets/equinor_theme.css b/webviz_config_equinor/assets/equinor_theme.css index be6bad9..d24627f 100644 --- a/webviz_config_equinor/assets/equinor_theme.css +++ b/webviz_config_equinor/assets/equinor_theme.css @@ -130,8 +130,7 @@ hr { 100% { opacity: 1; } } -#logo { - margin: 20px 30px; +#LogoLarge { height: 100px; width: 200px; background-size: contain; @@ -139,6 +138,14 @@ hr { background-repeat: no-repeat; } +#LogoSmall { + height: 64px; + width: 64px; + background-size: contain; + background-image: url("https://eds-static.equinor.com/logo/equinor-logo-primary.svg#red"); + background-repeat: no-repeat; +} + div.styledLogo.tab { border: none; background: transparent;