) {
@include clearfix;
margin-bottom: $buttongroup-margin;
- font-size: 0;
@if $global-flexbox {
display: flex;
flex-wrap: nowrap;
align-items: stretch;
}
+ @else {
+ font-size: 0;
+ }
#{$child-selector} {
margin: 0;
@if $global-flexbox {
flex: 0 0 auto;
}
- @else {
- float: #{$global-left};
- }
&:not(:last-child) {
- @if $global-flexbox {
- margin-right: $buttongroup-spacing;
- }
- @else {
- border-#{$global-right}: $buttongroup-spacing solid $body-background;
- }
+ margin-right: $buttongroup-spacing;
}
}
}