Skip to content

Commit

Permalink
Removing border when logo is only page. Increased default logo size (#25
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Hans Kallekleiv authored May 21, 2019
1 parent 0cf8daf commit 14e3990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions webviz_config/static/assets/webviz_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ div.pageWrapper.tab-content {

/* Needed to override border for the last tab */
#last_page {border: none!important;} /* csslint allow: known-properties, important */
#logo {border: none!important;} /* csslint allow: known-properties, important */
1 change: 1 addition & 0 deletions webviz_config/themes/default_assets/default_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ h1, h2, h3, h4, h5, h6, p, a, div, button {

#logo {
height: 100px;
width: 200px;
margin: 20px 0px;
background-size: contain;
background-image: url("default_logo.svg");
Expand Down

0 comments on commit 14e3990

Please sign in to comment.