border: 0;
}
+ .is-down-arrow a {
+ padding-right: 2rem !important;
+ }
+
.is-down-arrow a::after {
- margin-top: 20px !important;
+ margin-top: 8px !important;
+ right: 12px !important;
border-top-color: white !important;
}
}
}
@if $dropdownmenu-arrows {
+ &.is-down-arrow a {
+ padding-right: 1.5rem;
+ position: relative;
+ }
&.is-down-arrow > a::after {
@include css-triangle(5px, $anchor-color, down);
+ position: absolute;
+ top: 12px;
+ right: 5px;
}
&.is-left-arrow > a::after {
@include css-triangle(5px, $anchor-color, left);