From ed399a31bdf501dd2a5cf35a736b85ecbc9cf4a2 Mon Sep 17 00:00:00 2001 From: Guillaume COMPAGNON Date: Wed, 21 Aug 2019 17:18:23 +0200 Subject: add var for theming images , advanced options Signed-off-by: Guillaume COMPAGNON --- core/css/css-variables.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/css/css-variables.scss') diff --git a/core/css/css-variables.scss b/core/css/css-variables.scss index e369874dec7..23c01988676 100644 --- a/core/css/css-variables.scss +++ b/core/css/css-variables.scss @@ -27,6 +27,8 @@ --image-logo: $image-logo; --image-login-background: $image-login-background; + --image-logoheader: $image-logoheader; + --image-favicon: $image-favicon; --color-loading-light: $color-loading-light; --color-loading-dark: $color-loading-dark; -- cgit v1.2.3