Fix hover effect on Log in and Sign up nav items (#1085)
* Fix hover effect on Log in and Sign up nav items * Fix Login and Signup unequal spacing * Fix HTML syntax and right nav__item-header hover
This commit is contained in:
parent
a851eda254
commit
116675f866
1 changed files with 10 additions and 0 deletions
|
@ -85,6 +85,16 @@
|
|||
margin-left: #{5 / $base-font-size}rem;
|
||||
}
|
||||
|
||||
.nav__dropdown {
|
||||
@include themify() {
|
||||
color: getThemifyVariable('nav-hover-color');
|
||||
}
|
||||
}
|
||||
|
||||
.nav__item-header-triangle {
|
||||
margin-left: #{5 / $base-font-size}rem;
|
||||
}
|
||||
|
||||
.nav__dropdown {
|
||||
@extend %dropdown-open-left;
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue