diff --git a/setup.py b/setup.py index ca54a0c..75b6a27 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ ] }, install_requires=[ - 'webviz-config>=0.0.2' + 'webviz-config==0.0.4' ], tests_require=tests_require, extras_require={'tests': tests_require}, diff --git a/webviz_config_equinor/assets/equinor_theme.css b/webviz_config_equinor/assets/equinor_theme.css index cd7d38c..3b874c0 100644 --- a/webviz_config_equinor/assets/equinor_theme.css +++ b/webviz_config_equinor/assets/equinor_theme.css @@ -1,5 +1,5 @@ ._dash-loading-callback { - + animation: fadein 4.0s; position: absolute; @@ -8,7 +8,7 @@ width: 100%; height: 100%; - background-image: url(./equinor_logo_animation.gif), + background-image: url(./equinor_logo_animation.gif), radial-gradient(rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.5) 90%); @@ -27,3 +27,17 @@ 40% { opacity: 0; } 100% { opacity: 1; } } + +#logo { + margin: 20px 30px; +} + +div.styledLogo.tab { + border: none; + background: transparent; + outline: none; + cursor: pointer; + text-align: left; + box-sizing: none; + padding: 20px 30px; +}