Skip to content

Commit

Permalink
MDL-62177 Theme boost: set max height for navbar logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Brands committed Apr 25, 2018
1 parent 641d113 commit ed0e21c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions theme/boost/scss/moodle/core.scss
Expand Up @@ -1755,16 +1755,9 @@ img#persona_signin {
}
}

/** Header. */
header {
.logo img {
max-height: 35px;
}
.collapse.in,
.collapsing {
display: block;
clear: both;
}
/** Navbar logo. */
nav.navbar .logo img {
max-height: 35px;
}

/** Header-bar styles **/
Expand Down

0 comments on commit ed0e21c

Please sign in to comment.