maycur-business
Version:
maycur business react components of web
28 lines (25 loc) • 550 B
text/less
@import '../../../../style/variables.less';
.@{prefix}-fuzz-filter {
padding: 10px;
background:#fff;
#mktable-filter-dropdown();
display: flex;
flex-direction: column;
.mk-btn {
margin-left: 10px;
}
.search-list{
list-style: none;
padding: 0;
margin: 0;
max-height: 300px;
overflow-y: auto;
li{
padding: 10px 0 10px 10px;
cursor: pointer;
}
li:hover{
background-color: @lighter-background;
}
}
}