diff options
author | Volpeon <git@volpeon.ink> | 2024-12-10 09:37:25 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-12-10 09:37:25 +0100 |
commit | a78c6ef282e63efc94d09d65541e3cab49d47765 (patch) | |
tree | 9c354d3d00a265355827e2780699051463260e6d /src/_common.vars.scss | |
parent | Update (diff) | |
download | furbase-design-2024-a78c6ef282e63efc94d09d65541e3cab49d47765.tar.gz furbase-design-2024-a78c6ef282e63efc94d09d65541e3cab49d47765.tar.bz2 furbase-design-2024-a78c6ef282e63efc94d09d65541e3cab49d47765.zip |
Update
Diffstat (limited to 'src/_common.vars.scss')
-rw-r--r-- | src/_common.vars.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/_common.vars.scss b/src/_common.vars.scss index 7b3116b..d01b17a 100644 --- a/src/_common.vars.scss +++ b/src/_common.vars.scss | |||
@@ -10,6 +10,8 @@ $vlpnLinkFg: props.def(--vlpnLinkFg, props.get(core.$theme, --red, --1000-text)) | |||
10 | $vlpnLinkActive: props.def(--vlpnLinkActive, props.get(core.$theme, --red, --1300)); | 10 | $vlpnLinkActive: props.def(--vlpnLinkActive, props.get(core.$theme, --red, --1300)); |
11 | $vlpnLinkActiveFg: props.def(--vlpnLinkActiveFg, props.get(core.$theme, --red, --1300-text)); | 11 | $vlpnLinkActiveFg: props.def(--vlpnLinkActiveFg, props.get(core.$theme, --red, --1300-text)); |
12 | 12 | ||
13 | $vlpnSmileySize: props.def(--vlpnSmileySize, 28px); | ||
14 | |||
13 | $wcfFontSizeHeadline: props.def(--wcfFontSizeHeadline, 16px); | 15 | $wcfFontSizeHeadline: props.def(--wcfFontSizeHeadline, 16px); |
14 | 16 | ||
15 | $wcfHeaderBackground: props.def(--wcfHeaderBackground, props.get(core.$theme, --base, --700)); | 17 | $wcfHeaderBackground: props.def(--wcfHeaderBackground, props.get(core.$theme, --base, --700)); |
@@ -72,3 +74,6 @@ $wcfFooterBoxLinkActive: props.def(--wcfFooterBoxLinkActive, props.get($vlpnLink | |||
72 | 74 | ||
73 | $wcfTabularBoxHeadline: props.def(--wcfTabularBoxHeadline, props.get($vlpnLink)); | 75 | $wcfTabularBoxHeadline: props.def(--wcfTabularBoxHeadline, props.get($vlpnLink)); |
74 | $wcfTabularBoxHeadlineActive: props.def(--wcfTabularBoxHeadlineActive, props.get($vlpnLinkActive)); | 76 | $wcfTabularBoxHeadlineActive: props.def(--wcfTabularBoxHeadlineActive, props.get($vlpnLinkActive)); |
77 | |||
78 | $wcfStatusInfoBackground: props.def(--wcfStatusInfoBackground, props.get(core.$theme, --blue, --200)); | ||
79 | $wcfStatusInfoText: props.def(--wcfStatusInfoText, props.get(core.$theme, --blue, --1200)); | ||