summaryrefslogtreecommitdiffstats
path: root/src/scopes/_figures.vars.scss
blob: 5547c33e0d2066d981bb0f3565cae13d8b07d980 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@use 'iro-sass/src/props';
@use '../core.vars' as core;
@use './implicit.vars' as implicit;

$pad-b:        props.def(--s-figures--pad-b, props.get(core.$size--200)) !default;
$border-width: props.def(--s-figures--border-width, props.get(core.$border-width--thick)) !default;
$font-size:    props.def(--s-figures--font-size, props.get(core.$font-size--100)) !default;

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