atst/styles/components/_global_navigation.scss
2020-01-06 14:51:52 -05:00

8 lines
154 B
SCSS

.global-navigation {
z-index: 2;
background-color: $color-white;
height: auto;
box-shadow: $box-shadow;
margin-bottom: -$footer-height * 2.5;
}