fix nav styling

This commit is contained in:
Cassie Tarakajian 2017-03-30 13:22:23 -04:00
parent 69acd3c12c
commit 67e4669605
1 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,14 @@
padding: #{3 / $base-font-size}rem 0;
}
.nav__items-left {
& button {
@include themify() {
color: getThemifyVariable('inactive-text-color');
}
}
}
.nav__item {
position: relative;
padding: 0 #{24 / $base-font-size}rem;