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/_text-field.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/objects/_text-field.scss') diff --git a/src/objects/_text-field.scss b/src/objects/_text-field.scss index ca0eb5b..90d4b11 100644 --- a/src/objects/_text-field.scss +++ b/src/objects/_text-field.scss @@ -34,8 +34,8 @@ @include iro.props-namespace('text-field') { @include iro.props-store(( --dims: ( - --padding-x: .6rem, - --padding-y: .5rem, + --pad-x: .6rem, + --pad-y: .5rem, --border-width: fn.global-dim(--border-width --thin), --border-radius: 2px, @@ -91,7 +91,7 @@ @include iro.bem-object(iro.props-namespace()) { position: relative; min-width: 0; - padding: fn.dim(--padding-y) fn.dim(--padding-x); + padding: fn.dim(--pad-y) fn.dim(--pad-x); background-color: fn.color(--bg); @include iro.bem-elem('bg') { @@ -176,7 +176,7 @@ @include iro.bem-elem('native') { box-sizing: border-box; - padding: fn.dim(--padding-y) fn.dim(--padding-x); + padding: fn.dim(--pad-y) fn.dim(--pad-x); } } -- cgit v1.2.3-70-g09d2