Browse Source

Fix navbar height

pull/63/head
Krzysztof Piasecki 8 years ago
parent
commit
b7e98ac123
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/assets/styles/spec/components/topbar.scss

+ 2
- 1
src/assets/styles/spec/components/topbar.scss View File

@ -12,7 +12,6 @@
background-color: $default-white; background-color: $default-white;
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;
display: block; display: block;
height: $header-height;
margin-bottom: 0; margin-bottom: 0;
padding: 0; padding: 0;
position: fixed; position: fixed;
@ -31,6 +30,8 @@
.header-container { .header-container {
@include clearfix; @include clearfix;
height: $header-height;
.nav-left, .nav-left,
.nav-right { .nav-right {
list-style: none; list-style: none;


Loading…
Cancel
Save