@fle-ui/plus-im-record
Version:
36 lines (31 loc) • 436 B
text/less
@import './vars.less';
@import './extends.less';
.mp0() {
margin: 0;
padding: 0;
}
input::-ms-clear,
input::-ms-reveal {
display: none;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
ul,
li {
list-style: none;
.mp0();
}
::-webkit-scrollbar {
width: 3px;
border-radius: 4px;
}
::-webkit-scrollbar-thumb {
background: #ddd;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background-color: #ddd;
}