forgeplus-react/node_modules/rsuite/lib/ButtonToolbar/styles/common.less

16 lines
280 B
Plaintext

@import '../../styles/common';
@import '../../Button/styles/mixin';
//
// Button toolbar
// --------------------------------------------------
.@{ns}btn-toolbar {
// Clear whitespace
line-height: 0;
> :not(:first-child):not(.@{ns}btn-block) {
margin-left: 5px;
}
}