rsuite
Version:
A suite of react components
23 lines (22 loc) • 391 B
CSS
/* stylelint-disable */
*[class*='rs-'] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*[class*='rs-']::before,
*[class*='rs-']::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.rs-row {
margin-left: -5px;
margin-right: -5px;
}
.rs-row::before,
.rs-row::after {
content: ' ';
display: table;
}
.rs-row::after {
clear: both;
}