rsuite
Version:
A suite of react components
18 lines (17 loc) • 346 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-tag-group {
margin: -10px 0 0 -10px;
}
.rs-tag-group > .rs-tag {
margin-top: 10px;
margin-left: 10px;
}