diff options
author | Volpeon <git@volpeon.ink> | 2025-03-31 08:17:10 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-03-31 08:17:10 +0200 |
commit | e98e8ad686cc646faba439ef65808aee43f22455 (patch) | |
tree | 66c61b850ba939779549957f3d247f217d7d1c3c /src | |
parent | More options for l-button-group (diff) | |
download | iro-design-master.tar.gz iro-design-master.tar.bz2 iro-design-master.zip |
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') { |