text-transform: uppercase;
}
&:not(.has-form) {
- a:not(.button) {
- background: transparent;
+ a {
+ &:not(.button) {
+ background: transparent;
+ }
+ &:hover:not(.button) {
+ background: #9fa617;
+ }
+ &:focus:not(.button) {
+ background: #9fa617;
+ }
+ }
+ &:hover:before {
+ content: none;
+ }
+ }
+ & .dropdown li {
+ white-space: nowrap;
+ background: $white;
+ .nav_img-container {
+ position: absolute;
+ left: 19px;
+ top: 19px;
+
}
}
}