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:
Shan Rauf 2019-06-11 14:46:37 -07:00 committed by Cassie Tarakajian
parent d7837a62be
commit 4e0ee89380
1 changed files with 10 additions and 0 deletions

View File

@ -75,6 +75,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;