Skip to content
Snippets Groups Projects
Commit 9059b99b authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Add animation to navbar border

parent 5e9625bf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -23,6 +23,7 @@ header {
}
 
&.navbar-gitlab {
@include transition(border-color 150ms ease-in-out);
padding: 0 16px;
z-index: 100;
margin-bottom: 0;
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment