Commit 9059b99b authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Add animation to navbar border

parent 5e9625bf
......@@ -23,6 +23,7 @@ header {
}
&.navbar-gitlab {
@include transition(border-color 150ms ease-in-out);
padding: 0 16px;
z-index: 100;
margin-bottom: 0;
......@@ -39,11 +40,11 @@ header {
}
&.with-horizontal-nav {
border-bottom: none;
border-color: transparent;
}
&.scroll {
border-bottom: 1px solid $border-color;
border-color: $border-color;
}
.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