Merge "Add a drop shadow beneath the header navbar"

This commit is contained in:
Zuul 2018-08-21 21:24:30 +00:00 committed by Gerrit Code Review
commit 7869cee1e0
1 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
/**
* Header navbar.
*/
nav.navbar {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
z-index: 1000;
}
/**
* A side-locked navbar.
*/
@ -48,7 +56,7 @@ nav.sidebar {
}
&.active {
z-index: 1000;
z-index: 500;
background-color: $sidebar-link-color;
box-shadow: 0 0px 10px rgba(0, 0, 0, 0.75);
}
@ -152,4 +160,4 @@ nav.has-submenu > nav.submenu {
width: $sidebar-submenu-width-md;
left: $sidebar-width-md;
}
}
}