systemMenuLess.les
326 Bytes
@import '../less/variables';
.system_menu_wrap{
overflow: auto;
}
.menu_new{
position: relative;
display: inline-block;
width: 28px;
height: 14px;
top: -4px;
left: 4px;
background: url(../img/menu_new.png) no-repeat;
background-size: 100% 100%;
}
:global .ant-menu-inline-collapsed-tooltip {
min-width: 160px;
}