[DURACOM-195] fix prefix of custom CSS variables

(cherry picked from commit 46fe7f63e3)
This commit is contained in:
Davide Negretti
2024-02-02 13:45:48 +01:00
parent 9518f70b42
commit 8efc401811
5 changed files with 13 additions and 11 deletions

View File

@@ -124,4 +124,12 @@
--ds-comcol-logo-max-width: 500px;
--ds-comcol-logo-max-height: 500px;
--ds-primary-bg: #{$ds-primary-bg};
--ds-secondary-bg: #{$ds-secondary-bg};
--ds-success-bg: #{$ds-success-bg};
--ds-info-bg: #{$ds-info-bg};
--ds-warning-bg: #{$ds-warning-bg};
--ds-danger-bg: #{$ds-danger-bg};
}