diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/layouts/_button-group.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/_button-group.scss b/src/layouts/_button-group.scss index 25bc2fe..b0a3c8e 100644 --- a/src/layouts/_button-group.scss +++ b/src/layouts/_button-group.scss | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | @each $mod, $pad-i, $pad-i-label, $pad-i-pill, $pad-b, $font-size in action-button.$fixed-sizes { | 35 | @each $mod, $pad-i, $pad-i-label, $pad-i-pill, $pad-b, $font-size in action-button.$fixed-sizes { |
| 36 | @include bem.modifier($mod) { | 36 | @include bem.modifier('action-#{$mod}') { |
| 37 | margin-inline: calc(-1 * props.get($pad-i) - props.get(action-button.$border-width)); | 37 | margin-inline: calc(-1 * props.get($pad-i) - props.get(action-button.$border-width)); |
| 38 | 38 | ||
| 39 | @include bem.modifier('pill') { | 39 | @include bem.modifier('pill') { |
