BigW Consortium Gitlab

Commit 9059b99b by Annabel Dunstone Gray

Add animation to navbar border

parent 5e9625bf
...@@ -23,6 +23,7 @@ header { ...@@ -23,6 +23,7 @@ header {
} }
&.navbar-gitlab { &.navbar-gitlab {
@include transition(border-color 150ms ease-in-out);
padding: 0 16px; padding: 0 16px;
z-index: 100; z-index: 100;
margin-bottom: 0; margin-bottom: 0;
...@@ -39,11 +40,11 @@ header { ...@@ -39,11 +40,11 @@ header {
} }
&.with-horizontal-nav { &.with-horizontal-nav {
border-bottom: none; border-color: transparent;
} }
&.scroll { &.scroll {
border-bottom: 1px solid $border-color; border-color: $border-color;
} }
.container-fluid { .container-fluid {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment