From 019757989ce9adefb8517bdec0a927fa8f81ec7f Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Wed, 6 May 2020 14:28:15 +0100 Subject: [PATCH] fix issue with the css variable path --- src/app/ui/custom-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ui/custom-theme.scss b/src/app/ui/custom-theme.scss index b31d6de1d..1a87e41d7 100644 --- a/src/app/ui/custom-theme.scss +++ b/src/app/ui/custom-theme.scss @@ -90,7 +90,7 @@ $defaults: ( --theme-title-color: mat-color($foreground, text, 0.87), --theme-text-disabled-color: mat-color($foreground, text, 0.38), --theme-border-color: mat-color($foreground, text, 0.07), - --header-background-image: url('assets/images/mastHead-bg-shapesPattern.svg') + --header-background-image: url('/assets/images/mastHead-bg-shapesPattern.svg') ); // propagates SCSS variables into the CSS variables scope