[ACS-4795] Remove all custom CSS/CSS variables that already have defaults in ADF (#3242)

* [ACS-4795] removed redundant css variables

* [ACS-4795] - removed pointless adf customisations
This commit is contained in:
Mykyta Maliarchuk
2023-06-05 15:57:28 +02:00
committed by GitHub
parent f99722661b
commit e9dce5f65a
3 changed files with 0 additions and 14 deletions

View File

@@ -1,9 +1,6 @@
/* stylelint-disable scss/no-global-function-names */
@use '@angular/material' as mat;
$warn: map-get($custom-theme, warn);
$accent: map-get($custom-theme, accent);
$primary: map-get($custom-theme, primary);
$foreground: map-get($custom-theme, foreground);
$background: map-get($custom-theme, background);
@@ -42,11 +39,6 @@ $aca-user-initials-text-color: #212121;
// CSS Variables
$defaults: (
--theme-primary-color: mat.get-color-from-palette($primary),
--theme-primary-color-default-contrast: mat.get-color-from-palette($primary, default-contrast),
--theme-warn-color: mat.get-color-from-palette($warn),
--theme-accent-color: mat.get-color-from-palette($accent),
--theme-background-color: mat.get-color-from-palette($background, background),
--theme-text-color: mat.get-color-from-palette($foreground, text, 0.54),
--theme-text-bold-color: mat.get-color-from-palette($foreground, text, 0.87),
--theme-title-color: mat.get-color-from-palette($foreground, text, 0.87),