Commit e0f8613298e463f48f0d6797b1493019662bc1d9
1 parent
d3b04891
Exists in
master
and in
38 other branches
Fix navbar height
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/index.scss
| ... | ... | @@ -7,7 +7,7 @@ $icon-font-path: "../../bower_components/bootstrap-sass/assets/fonts/bootstrap/" |
| 7 | 7 | $fa-font-path: "../../bower_components/font-awesome/fonts"; |
| 8 | 8 | @import "../../bower_components/font-awesome/scss/font-awesome.scss"; |
| 9 | 9 | |
| 10 | -$navbar-height: 50px; | |
| 10 | +$navbar-height: 42px; | |
| 11 | 11 | $brand-success: #1E96D0; |
| 12 | 12 | $text-color: #676767; |
| 13 | 13 | $panel-default-text: rgb(44, 62, 80); | ... | ... |