summaryrefslogtreecommitdiffstats
path: root/src/objects/_figure.vars.scss
blob: bd5f4297494f276da3f30c759adeaed3b3580ab8 (plain) (blame)
1
2
3
4
5
6
7
8
9
@use 'pkg:iro-sass/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;