fix nav styling
This commit is contained in:
parent
69acd3c12c
commit
67e4669605
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue