From 9691ccf48f64dd0fac669ae51943907cc8da9b78 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 6 Feb 2022 20:23:11 +0100 Subject: Added status indicator and avatar --- src/objects/_button.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/objects/_button.scss') diff --git a/src/objects/_button.scss b/src/objects/_button.scss index 57c49e8..f158176 100644 --- a/src/objects/_button.scss +++ b/src/objects/_button.scss @@ -35,9 +35,9 @@ @include iro.props-namespace('button') { @include iro.props-store(( --dims: ( - --padding-x: 1.2rem, - --padding-y: .5rem, - --rounding: 10em, + --pad-x: 1.2rem, + --pad-y: .5rem, + --rounding: 10em, ), ), 'dims'); @@ -114,7 +114,7 @@ @include typography.set-font(vars.$font--main, (weight: 500)); display: inline-block; - padding: fn.dim(--padding-y) fn.dim(--padding-x); + padding: fn.dim(--pad-y) fn.dim(--pad-x); border: 2px solid transparent; border-radius: fn.dim(--rounding); line-height: 1; -- cgit v1.2.3-70-g09d2