Fix the page view
This commit is contained in:
Sébastien ANDRE
2023-06-19 20:37:49 +02:00
parent 7155ad1eae
commit d937938832
11 changed files with 132 additions and 40 deletions

View File

@@ -1,10 +1,11 @@
// https://theme-builder-1623190217839.web.app/
@use '@angular/material' as mat;
// @use '@angular/material' as mat;
@import "Material-Icons";
@import "Roboto";
/*
// Be sure that you only ever include this mixin once!
@include mat.core();
@@ -113,4 +114,5 @@
.dark-theme {
@include mat.all-component-colors($mat-dark-theme);
}
}
*/