mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
[DURACOM-195] fix prefix of custom CSS variables
This commit is contained in:
@@ -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};
|
||||
|
||||
|
Reference in New Issue
Block a user