Files
Thuan Bui fd25f13a4f Initial
2018-06-26 11:09:22 +07:00

16 lines
287 B
SCSS

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
width: 100%;
background-color: $nav-primary--background-color;
@include breakpoint( sm ) {
position: relative;
top: auto;
left: auto;
width: auto;
background-color: transparent;
}
}