refactor(navbar): improved navbar transitions

This commit is contained in:
Adam Bradley
2015-09-23 23:17:06 -05:00
parent 97955927c8
commit 88eaa45f4c
14 changed files with 71 additions and 33 deletions

View File

@@ -21,7 +21,6 @@ $list-background-color: $background-color !default;
$list-border-color: #666 !default;
$link-color: map-get($colors, primary) !default;
$link-hover-color: lighten($link-color, 15%) !default;
$toolbar-background-color: #111 !default;
$toolbar-border-color: #000 !default;

View File

@@ -22,7 +22,6 @@ $list-background-color: $background-color !default;
$list-border-color: #c8c7cc !default;
$link-color: map-get($colors, primary) !default;
$link-hover-color: darken($link-color, 15%) !default;
$toolbar-background-color: #f8f8f8 !default;
$toolbar-border-color: #b2b2b2 !default;