diff options
author | Volpeon <git@volpeon.ink> | 2023-01-24 20:07:21 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-01-24 20:07:21 +0100 |
commit | 31080ea2700787ee797e75d1d5b3cd9f21749bf1 (patch) | |
tree | cf866b91946b65603a836019226653c7a8fc6f0a /src | |
parent | Avatar (diff) | |
download | iro-design-31080ea2700787ee797e75d1d5b3cd9f21749bf1.tar.gz iro-design-31080ea2700787ee797e75d1d5b3cd9f21749bf1.tar.bz2 iro-design-31080ea2700787ee797e75d1d5b3cd9f21749bf1.zip |
ActionButton
Diffstat (limited to 'src')
-rw-r--r-- | src/objects/_action-button.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/objects/_action-button.scss b/src/objects/_action-button.scss index 1cce94f..2abab7a 100644 --- a/src/objects/_action-button.scss +++ b/src/objects/_action-button.scss | |||
@@ -214,5 +214,10 @@ | |||
214 | padding-left: fn.dim(--pad-y); | 214 | padding-left: fn.dim(--pad-y); |
215 | border-radius: 100em; | 215 | border-radius: 100em; |
216 | } | 216 | } |
217 | |||
218 | @include iro.bem-modifier('no-vpad') { | ||
219 | margin-top: calc(-1 * fn.dim(--pad-y)); | ||
220 | margin-bottom: calc(-1 * fn.dim(--pad-y)); | ||
221 | } | ||
217 | } | 222 | } |
218 | } | 223 | } |