BETTERZON-78 adding bottom bar and top bar

This commit is contained in:
2021-05-05 18:40:22 +02:00
parent 0c50162fdf
commit 7e5ef71924
11 changed files with 30035 additions and 30163 deletions
+15
View File
@@ -0,0 +1,15 @@
@import '~@angular/material/theming';
@include mat-core();
$themes_primary: mat-palette($mat-green);
$themes_accent: mat-palette($mat-pink, A200, A100, A400);
$themes_theme: mat-light-theme((
color: (
primary: $themes_primary,
accent: $themes_accent,
)
));
@include angular-material-theme($themes_theme);