drawer-menu.less
.drawer-menu, .drawer-icon {
display: inline-block;
}
.menu-sidebar {
background: #faf6ec;
border-right: 1px solid #ccc;
height: auto!important;
left: 0;
min-height: calc(100%);
position: fixed;
width: 300px;
top: 53px;
z-index: 10;
a, a:visited {
color: #333;
}
.menu-item {
border-bottom: 1px solid #ccc;
font-size: 0.7em;
font-weight: normal;
padding: 7px 14px;
color: black;
&.register {
background: #faebd7;
}
a {
font-size: 0.8em;
}
}
}