[DURACOM-195] fix prefix of custom CSS variables

This commit is contained in:
Davide Negretti
2024-02-02 13:45:48 +01:00
parent 87d3383bba
commit 46fe7f63e3
5 changed files with 13 additions and 11 deletions

View File

@@ -29,17 +29,11 @@
--bs-teal: #{$teal};
--bs-cyan: #{$cyan};
--bs-primary: #{$primary};
--bs-primary-bg: #{$ds-primary-bg};
--bs-secondary: #{$secondary};
--bs-secondary-bg: #{$ds-secondary-bg};
--bs-success: #{$success};
--bs-success-bg: #{$ds-success-bg};
--bs-info: #{$info};
--bs-info-bg: #{$ds-info-bg};
--bs-warning: #{$warning};
--bs-warning-bg: #{$ds-warning-bg};
--bs-danger: #{$danger};
--bs-danger-bg: #{$ds-danger-bg};
--bs-light: #{$light};
--bs-dark: #{$dark};

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};
}