diff options
author | Volpeon <git@volpeon.ink> | 2024-11-16 11:36:23 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-16 11:36:23 +0100 |
commit | 0819da4f277afbd7aa275640042f32b080ac223f (patch) | |
tree | ad39b8fc459775cd2a60999c92591f189207b021 /src/objects/_action-button.scss | |
parent | Sticky offset (diff) | |
download | iro-design-0819da4f277afbd7aa275640042f32b080ac223f.tar.gz iro-design-0819da4f277afbd7aa275640042f32b080ac223f.tar.bz2 iro-design-0819da4f277afbd7aa275640042f32b080ac223f.zip |
Fix
Diffstat (limited to 'src/objects/_action-button.scss')
-rw-r--r-- | src/objects/_action-button.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/_action-button.scss b/src/objects/_action-button.scss index 206c611..df28182 100644 --- a/src/objects/_action-button.scss +++ b/src/objects/_action-button.scss | |||
@@ -184,7 +184,7 @@ | |||
184 | } | 184 | } |
185 | } | 185 | } |
186 | 186 | ||
187 | @include bem.modifier('align-inline') { | 187 | @include bem.modifier('align-block') { |
188 | margin-inline: calc(-1 * props.get(vars.$pad-i)); | 188 | margin-inline: calc(-1 * props.get(vars.$pad-i)); |
189 | 189 | ||
190 | @include bem.modifier('pill') { | 190 | @include bem.modifier('pill') { |