OwlCyberSecurity - MANAGER
Edit File: jquery.mmenu.shadows.scss
/* jQuery.mmenu shadows extension CSS */ @import "../../scss/import"; .mm-menu.mm-shadow-page { &:after { content: ""; display: block; width: 20px; height: 120%; position: absolute; left: 100%; top: -10%; z-index: 100; } &.mm-right:after { left: auto; right: 100%; } &.mm-next:after, &.mm-front:after { content: none; display: none; } } @include mm_colors_pageshadow(); @include mm_colors_panelshadow();