import legacy frontend & fix dependency issues

This commit is contained in:
tw-blue
2025-12-07 12:51:57 +01:00
parent 91ac875a32
commit cd6cfec7f3
52 changed files with 3963 additions and 267 deletions
+12 -12
View File
@@ -9,20 +9,20 @@
@include mat.core();
@include mat.all-component-themes(my-theme.$light-theme);
@include mat.color-variants-backwards-compatibility(my-theme.$light-theme);
@include mat.core-theme(my-theme.$primary-palette);
@include mat.button-theme(my-theme.$primary-palette);
html {
// @include mat.theme((
// color: (
// primary: my-theme.$primary-palette,
// tertiary: my-theme.$tertiary-palette,
// ),
// typography: Roboto,
// density: 0,
// ));
@include mat.core-theme(my-theme.$light-theme);
@include mat.button-theme(my-theme.$light-theme);
@include mat.theme((
color: (
primary: my-theme.$primary-palette,
tertiary: my-theme.$tertiary-palette,
),
typography: Roboto,
density: 0,
));
@include mat.core-theme(my-theme.$primary-palette);
@include mat.button-theme(my-theme.$primary-palette);
}
body {