summaryrefslogtreecommitdiffstats
path: root/src/objects/_text-field.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-02-11 22:38:01 +0100
committerVolpeon <git@volpeon.ink>2022-02-11 22:38:01 +0100
commitd1a14dea4668a0ae8bdbd0f6f32376cd8406688d (patch)
tree4a38e62aef770699da12c01e58f14a2215fb8154 /src/objects/_text-field.scss
parentAdded button group (diff)
downloadiro-design-d1a14dea4668a0ae8bdbd0f6f32376cd8406688d.tar.gz
iro-design-d1a14dea4668a0ae8bdbd0f6f32376cd8406688d.tar.bz2
iro-design-d1a14dea4668a0ae8bdbd0f6f32376cd8406688d.zip
Update
Diffstat (limited to 'src/objects/_text-field.scss')
-rw-r--r--src/objects/_text-field.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objects/_text-field.scss b/src/objects/_text-field.scss
index 55e8a5c..1bd7ea1 100644
--- a/src/objects/_text-field.scss
+++ b/src/objects/_text-field.scss
@@ -32,8 +32,8 @@
32@include iro.props-namespace('text-field') { 32@include iro.props-namespace('text-field') {
33 @include iro.props-store(( 33 @include iro.props-store((
34 --dims: ( 34 --dims: (
35 --pad-x: .6rem, 35 --pad-x: iro.fn-px-to-rem(10px),
36 --pad-y: .5rem, 36 --pad-y: iro.fn-px-to-rem(8px),
37 --border-width: fn.global-dim(--border-width --thin), 37 --border-width: fn.global-dim(--border-width --thin),
38 --border-radius: 2px, 38 --border-radius: 2px,
39 39