another try

This commit is contained in:
Andreas N 2015-01-13 22:37:02 +01:00
parent 1c40721688
commit 1b0b505ec9
1 changed files with 2 additions and 3 deletions

View File

@ -26,6 +26,7 @@ $font-size-h4: ceil(($font-size-base * 1.25)); // ~18px
$font-size-h5: $font-size-base;
$font-size-h6: ceil(($font-size-base * 0.85)); // ~12px
$brand-primary: #5e35b1;
$navbar-inverse-bg: #5e35b1;
$navbar-inverse-link-color: #ffffff;
$navbar-inverse-link-hover-color: #bfbfbf;
@ -52,5 +53,3 @@ body { padding-top: $navbar-height; }
$nprogress-color: darken($navbar-inverse-bg, 15%);
@import 'nprogress';
@import 'nprogress-bootstrap';
$brand-primary: #5e35b1;