diff options
| -rw-r--r-- | src/objects/_button.vars.scss | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/objects/_button.vars.scss b/src/objects/_button.vars.scss index 6e2298f..535fc44 100644 --- a/src/objects/_button.vars.scss +++ b/src/objects/_button.vars.scss | |||
| @@ -7,10 +7,16 @@ $line-height: props.def(--o-button--line-height, 1.4) !default; | |||
| 7 | $border-width: props.def(--o-button--border-width, props.get(core.$border-width--thin)) !default; | 7 | $border-width: props.def(--o-button--border-width, props.get(core.$border-width--thin)) !default; |
| 8 | $rounding: props.def(--o-button--rounding, props.get(core.$rounding--sm)) !default; | 8 | $rounding: props.def(--o-button--rounding, props.get(core.$rounding--sm)) !default; |
| 9 | 9 | ||
| 10 | $pad-i--sm: props.def(--o-button--sm--pad-i, props.get(core.$size--75)) !default; | 10 | $pad-i--xs: props.def(--o-button--sm--pad-i, props.get(core.$size--75)) !default; |
| 11 | $pad-i-label--sm: props.def(--o-button--sm--pad-i-label, props.get(core.$size--25)) !default; | 11 | $pad-i-label--xs: props.def(--o-button--sm--pad-i-label, props.get(core.$size--25)) !default; |
| 12 | $pad-i-pill--sm: props.def(--o-button--sm--pad-i-pill, props.get(core.$size--115)) !default; | 12 | $pad-i-pill--xs: props.def(--o-button--sm--pad-i-pill, props.get(core.$size--115)) !default; |
| 13 | $pad-b--sm: props.def(--o-button--sm--pad-b, props.get(core.$size--40)) !default; | 13 | $pad-b--xs: props.def(--o-button--sm--pad-b, props.get(core.$size--40)) !default; |
| 14 | $font-size--xs: props.def(--o-button--sm--font-size, props.get(core.$font-size--75)) !default; | ||
| 15 | |||
| 16 | $pad-i--sm: props.def(--o-button--sm--pad-i, props.get(core.$size--85)) !default; | ||
| 17 | $pad-i-label--sm: props.def(--o-button--sm--pad-i-label, props.get(core.$size--40)) !default; | ||
| 18 | $pad-i-pill--sm: props.def(--o-button--sm--pad-i-pill, props.get(core.$size--125)) !default; | ||
| 19 | $pad-b--sm: props.def(--o-button--sm--pad-b, props.get(core.$size--50)) !default; | ||
| 14 | $font-size--sm: props.def(--o-button--sm--font-size, props.get(core.$font-size--75)) !default; | 20 | $font-size--sm: props.def(--o-button--sm--font-size, props.get(core.$font-size--75)) !default; |
| 15 | 21 | ||
| 16 | $pad-i: props.def(--o-button--pad-i, props.get(core.$size--115)) !default; | 22 | $pad-i: props.def(--o-button--pad-i, props.get(core.$size--115)) !default; |
| @@ -41,6 +47,7 @@ $key-focus--border-offset: props.def(--o-button--key-focus--border-offset, props | |||
| 41 | $key-focus--outline-width: props.def(--o-button--key-focus--outline-width, props.get(core.$key-focus--outline-width)) !default; | 47 | $key-focus--outline-width: props.def(--o-button--key-focus--outline-width, props.get(core.$key-focus--outline-width)) !default; |
| 42 | 48 | ||
| 43 | $fixed-sizes: ( | 49 | $fixed-sizes: ( |
| 50 | 'xs' $pad-i--xs $pad-i-label--xs $pad-i-pill--xs $pad-b--xs $font-size--xs, | ||
| 44 | 'sm' $pad-i--sm $pad-i-label--sm $pad-i-pill--sm $pad-b--sm $font-size--sm, | 51 | 'sm' $pad-i--sm $pad-i-label--sm $pad-i-pill--sm $pad-b--sm $font-size--sm, |
| 45 | 'lg' $pad-i--lg $pad-i-label--lg $pad-i-pill--lg $pad-b--lg $font-size--lg, | 52 | 'lg' $pad-i--lg $pad-i-label--lg $pad-i-pill--lg $pad-b--lg $font-size--lg, |
| 46 | 'xl' $pad-i--xl $pad-i-label--xl $pad-i-pill--xl $pad-b--xl $font-size--xl, | 53 | 'xl' $pad-i--xl $pad-i-label--xl $pad-i-pill--xl $pad-b--xl $font-size--xl, |
