tdesign-react
Version:
TDesign Component for React
33 lines (29 loc) • 487 B
text/less
.horizontal-vertical-center-with-flex() {
display: flex;
align-items: center;
justify-content: center;
}
.fill-with-position-absolute() {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.list-style-none() {
list-style: none;
padding: 0;
margin: 0;
}
.input-visually-hidden() {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
outline: 0;
appearance: none;
}