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

Add animation to navbar border

Former-commit-id: 9059b99b
parent 60896952
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