OwlCyberSecurity - MANAGER
Edit File: jquery.mmenu.counters.scss
/* jQuery.mmenu counters addon CSS */ @import "../../scss/import"; em.mm-counter { font: inherit; font-size: $mm_fontSize; font-style: normal; text-indent: 0; line-height: $mm_btnSize / 2; display: block; margin-top: -( $mm_btnSize / 4 ); position: absolute; right: $mm_subopenWidth - 5px; top: 50%; + a.mm-next { width: $mm_counterWidth + $mm_subopenWidth; + a, + span { margin-right: $mm_counterWidth + $mm_subopenWidth; } } + a.mm-fullsubopen { padding-left: 0; + a, + span { padding-right: $mm_counterWidth + $mm_subopenWidth; } } } .mm-listview em.mm-counter + .mm-next.mm-fullsubopen { + a, + span { padding-right: $mm_counterWidth + $mm_subopenWidth; } } // Counters in vertical submenus .mm-vertical { > .mm-counter { top: ( $mm_btnSize / 4 ) + 2; margin-top: 0; } &.mm-spacer > .mm-counter { margin-top: $mm_btnSize; } } // Search .mm-nosubresults > .mm-counter { display: none; } @include mm_colors_counters;