fix issue with the css variable path

This commit is contained in:
Denys Vuika
2020-05-06 14:28:15 +01:00
parent f6c1843b23
commit 019757989c

View File

@@ -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