Browse Source

Merge pull request #9320 from xiahuibing/patch-1

Update _navbar.scss
Carl Bergquist 8 năm trước cách đây
mục cha
commit
632ae0986c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      public/sass/components/_navbar.scss

+ 2 - 2
public/sass/components/_navbar.scss

@@ -63,7 +63,7 @@
   border-right: 1px solid $tight-form-border;
   background-color: $navbarButtonBackground;
   padding: 0.4rem 1.0rem 0.4rem 1rem;
-  min-height:: $navbarHeight;
+  min-height: $navbarHeight;
 
   .fa-caret-down {
     font-size: 70%;
@@ -115,7 +115,7 @@
   background-color: $navbarButtonBackground;
   font-size: $font-size-lg;
   padding: 1rem 1rem 0.75rem 1rem;
-  min-height:: $navbarHeight;
+  min-height: $navbarHeight;
 
   &:hover, &.active {
     background: $navbarButtonBackgroundHighlight;