summaryrefslogtreecommitdiffstats
path: root/src/_common.vars.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_common.vars.scss')
-rw-r--r--src/_common.vars.scss5
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));