migration for material'

This commit is contained in:
Vito Albano
2023-11-14 00:38:17 +00:00
committed by VitoAlbano
parent 8bd52f5e8e
commit 8e6f8025ff
243 changed files with 625 additions and 615 deletions

View File

@@ -8,8 +8,8 @@
// If you don't need the default component typographies but still want the hierarchy styles,
// you can delete this line and instead use:
// `@include mat.legacy-typography-hierarchy($alfresco-typography);`
@include mat.all-legacy-component-typographies($alfresco-typography);
@include mat.legacy-core();
@include mat.all-component-typographies($alfresco-typography);
@include mat.core();
$primary: mat.define-palette($alfresco-accent-orange);
$accent: mat.define-palette($alfresco-accent-purple);
@@ -23,7 +23,7 @@ $theme: mat.define-light-theme(
)
);
@include mat.all-legacy-component-themes($theme);
@include mat.all-component-themes($theme);
@include alfresco-material-theme($theme);
body,