summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-01-24 20:07:21 +0100
committerVolpeon <git@volpeon.ink>2023-01-24 20:07:21 +0100
commit31080ea2700787ee797e75d1d5b3cd9f21749bf1 (patch)
treecf866b91946b65603a836019226653c7a8fc6f0a /src
parentAvatar (diff)
downloadiro-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.scss5
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}