Commit 632ae098 by Carl Bergquist Committed by GitHub

Merge pull request #9320 from xiahuibing/patch-1

Update _navbar.scss
parents 367acc37 41651077
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
border-right: 1px solid $tight-form-border; border-right: 1px solid $tight-form-border;
background-color: $navbarButtonBackground; background-color: $navbarButtonBackground;
padding: 0.4rem 1.0rem 0.4rem 1rem; padding: 0.4rem 1.0rem 0.4rem 1rem;
min-height:: $navbarHeight; min-height: $navbarHeight;
.fa-caret-down { .fa-caret-down {
font-size: 70%; font-size: 70%;
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
background-color: $navbarButtonBackground; background-color: $navbarButtonBackground;
font-size: $font-size-lg; font-size: $font-size-lg;
padding: 1rem 1rem 0.75rem 1rem; padding: 1rem 1rem 0.75rem 1rem;
min-height:: $navbarHeight; min-height: $navbarHeight;
&:hover, &.active { &:hover, &.active {
background: $navbarButtonBackgroundHighlight; background: $navbarButtonBackgroundHighlight;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment