summaryrefslogtreecommitdiffstats
path: root/src/objects/_button.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/_button.scss')
-rw-r--r--src/objects/_button.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/_button.scss b/src/objects/_button.scss
index e75e156..5ba8576 100644
--- a/src/objects/_button.scss
+++ b/src/objects/_button.scss
@@ -177,6 +177,7 @@
177 padding-block: props.get(vars.$pad-b); 177 padding-block: props.get(vars.$pad-b);
178 padding-inline: props.get(vars.$pad-i); 178 padding-inline: props.get(vars.$pad-i);
179 line-height: props.get(vars.$line-height); 179 line-height: props.get(vars.$line-height);
180 font-size: props.get(vars.$font-size);
180 text-align: center; 181 text-align: center;
181 text-decoration: none; 182 text-decoration: none;
182 text-overflow: ellipsis; 183 text-overflow: ellipsis;