diff options
author | Volpeon <git@volpeon.ink> | 2025-07-27 17:05:26 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-07-27 17:05:26 +0200 |
commit | a48102f84692af4484ae9ba3da65de68fd1c2e9c (patch) | |
tree | b54d3ee3a2ee475f6855cb56c3025012a1b0a4bd /src/scopes/_links.vars.scss | |
parent | Add highlighted state to button (diff) | |
download | iro-design-a48102f84692af4484ae9ba3da65de68fd1c2e9c.tar.gz iro-design-a48102f84692af4484ae9ba3da65de68fd1c2e9c.tar.bz2 iro-design-a48102f84692af4484ae9ba3da65de68fd1c2e9c.zip |
Diffstat (limited to 'src/scopes/_links.vars.scss')
-rw-r--r-- | src/scopes/_links.vars.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scopes/_links.vars.scss b/src/scopes/_links.vars.scss index b976100..ac7815a 100644 --- a/src/scopes/_links.vars.scss +++ b/src/scopes/_links.vars.scss | |||
@@ -3,7 +3,8 @@ | |||
3 | @use 'iro-sass/src/props'; | 3 | @use 'iro-sass/src/props'; |
4 | @use '../core.vars' as core; | 4 | @use '../core.vars' as core; |
5 | 5 | ||
6 | $rounding: props.def(--s-links--rounding, props.get(core.$rounding--sm)) !default; | 6 | $rounding: props.def(--s-links--rounding, props.get(core.$rounding)) !default; |
7 | $rounding-sm: props.def(--s-links--rounding-sm, props.get(core.$rounding--sm)) !default; | ||
7 | $underline-width: props.def(--s-links--underline-width, props.get(core.$border-width--thin)) !default; | 8 | $underline-width: props.def(--s-links--underline-width, props.get(core.$border-width--thin)) !default; |
8 | $hover--underline-width: props.def(--s-links--hover--underline-width, props.get(core.$border-width--medium)) !default; | 9 | $hover--underline-width: props.def(--s-links--hover--underline-width, props.get(core.$border-width--medium)) !default; |
9 | 10 | ||