mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
fix issue with the css variable path
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user