diff options
author | Volpeon <git@volpeon.ink> | 2025-07-26 21:19:38 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-07-26 21:19:38 +0200 |
commit | 34bcfaf0fbe155633e87a8ebc569d85ae5c9a03b (patch) | |
tree | fb1f5d9c2389fd4ca0cb2107bb2927f426cff5b5 /src/objects/_text-field.vars.scss | |
parent | Button: Brighter colored variants (diff) | |
download | iro-design-34bcfaf0fbe155633e87a8ebc569d85ae5c9a03b.tar.gz iro-design-34bcfaf0fbe155633e87a8ebc569d85ae5c9a03b.tar.bz2 iro-design-34bcfaf0fbe155633e87a8ebc569d85ae5c9a03b.zip |
Add pill style to text field
Diffstat (limited to 'src/objects/_text-field.vars.scss')
-rw-r--r-- | src/objects/_text-field.vars.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/_text-field.vars.scss b/src/objects/_text-field.vars.scss index f64c42b..51099d8 100644 --- a/src/objects/_text-field.vars.scss +++ b/src/objects/_text-field.vars.scss | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | $line-height: props.def(--o-text-field--line-height, 1.4) !default; | 5 | $line-height: props.def(--o-text-field--line-height, 1.4) !default; |
6 | $pad-i: props.def(--o-text-field--pad-i, props.get(core.$size--125)) !default; | 6 | $pad-i: props.def(--o-text-field--pad-i, props.get(core.$size--125)) !default; |
7 | $pad-i-pill: props.def(--o-text-field--pad-i-pill, props.get(core.$size--175)) !default; | ||
7 | $pad-b: props.def(--o-text-field--pad-b, props.get(core.$size--125)) !default; | 8 | $pad-b: props.def(--o-text-field--pad-b, props.get(core.$size--125)) !default; |
8 | $border-width: props.def(--o-text-field--border-width, props.get(core.$border-width--thin)) !default; | 9 | $border-width: props.def(--o-text-field--border-width, props.get(core.$border-width--thin)) !default; |
9 | $rounding: props.def(--o-text-field--rounding, props.get(core.$rounding--sm)) !default; | 10 | $rounding: props.def(--o-text-field--rounding, props.get(core.$rounding--sm)) !default; |