summaryrefslogtreecommitdiffstats
path: root/src/objects/_figure.vars.scss
blob: 78f5d15cc1e9747283bd41628565c44e94e9a67e (plain) (blame)
1
2
3
4
5
6
7
8
9
@use 'iro-sass/src/props';
@use '../core.vars' as core;

$pad-b:        props.def(--o-figure--pad-b, props.get(core.$size--100)) !default;
$border-width: props.def(--o-figure--border-width, props.get(core.$border-width--thin)) !default;
$font-size:    props.def(--o-figure--font-size, props.get(core.$font-size--100)) !default;

$text-color:   props.def(--o-figure--text-color, props.get(core.$theme, --text-mute-more), 'color') !default;
$border-color: props.def(--o-figure--border-color, props.get(core.$theme, --border), 'color') !default;