background-position: 3px 50%;
}
aside.left-off-canvas-menu li.page_item_has_children a.toggle {
- @include off-canvas-arrow(down, $secondary-color);
- font-size: 0;
- height: 0;
- line-height: 0;
- padding: 0;
position: absolute;
right: 10px;
- top: 13px;
- width: 0;
+ top: 5px;
+ text-decoration: none;
+ &:before {
+ @include off-canvas-point(right, $white, 17px);
+ }
+ &:hover {
+ background: transparent;
+ }
}
aside.left-off-canvas-menu li.page_item_has_children a.toggle.open {
- @include off-canvas-arrow(up, $secondary-color);
+ @include off-canvas-point(down, $white);
}
aside.left-off-canvas-menu ul.children {
display: none;
li {
a {
color: $white;
- font-size: rem-calc(20);
+ font-size: rem-calc(16);
line-height: 150%;
border-color: white;
}