[MIGRATION] - updated style to use still material 2 and postpone material migration

This commit is contained in:
VitoAlbano
2025-03-12 17:56:13 +00:00
parent 547085fc99
commit b1f8b51277
8 changed files with 3799 additions and 906 deletions

View File

@@ -5,12 +5,12 @@
$config: mat.get-color-config($theme);
$foreground-palette: map.get($config, foreground);
$primary-palette: map.get($config, primary);
$text-color: mat.get-color-from-palette($foreground-palette, text);
$primary: mat.get-color-from-palette($primary-palette, text);
$text-color: mat.m2-get-color-from-palette($foreground-palette, text);
$primary: mat.m2-get-color-from-palette($primary-palette, text);
adf-breadcrumb {
.adf-breadcrumb__show-all-button-icon--rotate {
color: mat.get-color-from-palette($primary-palette, 500);
color: mat.m2-get-color-from-palette($primary-palette, 500);
}
.adf-breadcrumb__item-wrapper {