summaryrefslogtreecommitdiffstats
path: root/src/objects/_text-field.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/_text-field.scss')
-rw-r--r--src/objects/_text-field.scss8
1 files changed, 4 insertions, 4 deletions
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 @@
34@include iro.props-namespace('text-field') { 34@include iro.props-namespace('text-field') {
35 @include iro.props-store(( 35 @include iro.props-store((
36 --dims: ( 36 --dims: (
37 --padding-x: .6rem, 37 --pad-x: .6rem,
38 --padding-y: .5rem, 38 --pad-y: .5rem,
39 --border-width: fn.global-dim(--border-width --thin), 39 --border-width: fn.global-dim(--border-width --thin),
40 --border-radius: 2px, 40 --border-radius: 2px,
41 41
@@ -91,7 +91,7 @@
91 @include iro.bem-object(iro.props-namespace()) { 91 @include iro.bem-object(iro.props-namespace()) {
92 position: relative; 92 position: relative;
93 min-width: 0; 93 min-width: 0;
94 padding: fn.dim(--padding-y) fn.dim(--padding-x); 94 padding: fn.dim(--pad-y) fn.dim(--pad-x);
95 background-color: fn.color(--bg); 95 background-color: fn.color(--bg);
96 96
97 @include iro.bem-elem('bg') { 97 @include iro.bem-elem('bg') {
@@ -176,7 +176,7 @@
176 176
177 @include iro.bem-elem('native') { 177 @include iro.bem-elem('native') {
178 box-sizing: border-box; 178 box-sizing: border-box;
179 padding: fn.dim(--padding-y) fn.dim(--padding-x); 179 padding: fn.dim(--pad-y) fn.dim(--pad-x);
180 } 180 }
181 } 181 }
182 182