UNPKG

rsuite

Version:

A suite of react components

18 lines (17 loc) 343 B
/* 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-col { float: left; position: relative; min-height: 1px; padding-left: 5px; padding-right: 5px; }