Skip to content

Commit

Permalink
Update _mobilemenu.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshaggarwal committed Sep 29, 2020
1 parent b6343a0 commit 8da4882
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,23 @@ $menu-indicator-width: 60px !default;
}
}

.menu-item.nav-item-divider.nav-item-parent {
position: relative;

a.item-link-separator~.menu-indicator {
&:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
}

border-left: 0;
}
}

.menu-item .menu-indicator {
width: $menu-indicator-width;
text-align: center;
Expand Down

0 comments on commit 8da4882

Please sign in to comment.