diff options
Diffstat (limited to 'src/objects/_figure.vars.scss')
| -rw-r--r-- | src/objects/_figure.vars.scss | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/src/objects/_figure.vars.scss b/src/objects/_figure.vars.scss index 936932d..3de3406 100644 --- a/src/objects/_figure.vars.scss +++ b/src/objects/_figure.vars.scss | |||
| @@ -1,17 +1,9 @@ | |||
| 1 | @use "pkg:iro-sass/props"; | 1 | @use 'pkg:iro-sass/src/props'; |
| 2 | @use "../core.vars" as core; | 2 | @use '../core.vars' as core; |
| 3 | 3 | ||
| 4 | $pad-b: props.def(--o-figure--pad-b, props.get(core.$size--100)) !default; | 4 | $pad-b: props.def(--o-figure--pad-b, props.get(core.$size--100)) !default; |
| 5 | $border-width: props.def(--o-figure--border-width, props.get(core.$border-width--thin)) !default; | 5 | $border-width: props.def(--o-figure--border-width, props.get(core.$border-width--thin)) !default; |
| 6 | $font-size: props.def(--o-figure--font-size, props.get(core.$font-size--100)) !default; | 6 | $font-size: props.def(--o-figure--font-size, props.get(core.$font-size--100)) !default; |
| 7 | 7 | ||
| 8 | $text-color: props.def( | 8 | $text-color: props.def(--o-figure--text-color, props.get(core.$theme, --text-mute-more), 'color') !default; |
| 9 | --o-figure--text-color, | 9 | $border-color: props.def(--o-figure--border-color, props.get(core.$theme, --border), 'color') !default; |
| 10 | props.get(core.$theme, --text-mute-more), | ||
| 11 | "color" | ||
| 12 | ) !default; | ||
| 13 | $border-color: props.def( | ||
| 14 | --o-figure--border-color, | ||
| 15 | props.get(core.$theme, --border), | ||
| 16 | "color" | ||
| 17 | ) !default; | ||
