summaryrefslogtreecommitdiffstats
path: root/src/objects
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects')
-rw-r--r--src/objects/_button.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/objects/_button.scss b/src/objects/_button.scss
index f35bc50..df1438f 100644
--- a/src/objects/_button.scss
+++ b/src/objects/_button.scss
@@ -157,5 +157,11 @@
157 color: fn.color(--any --key-focus --label); 157 color: fn.color(--any --key-focus --label);
158 } 158 }
159 } 159 }
160
161 @include iro.bem-modifier('round') {
162 padding-right: fn.dim(--pad-y);
163 padding-left: fn.dim(--pad-y);
164 border-radius: 100em;
165 }
160 } 166 }
161} 167}