Skip to content

Commit

Permalink
Adjusted logo and added small logo (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms authored Sep 17, 2021
1 parent a10551a commit 9d32576
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions webviz_config_equinor/assets/equinor_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,22 @@ hr {
100% { opacity: 1; }
}

#logo {
margin: 20px 30px;
#LogoLarge {
height: 100px;
width: 200px;
background-size: contain;
background-image: url("https://eds-static.equinor.com/logo/equinor-logo-primary.svg#red");
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;
Expand Down

0 comments on commit 9d32576

Please sign in to comment.