Migrate to modernize template

This commit is contained in:
Marek Lesko
2025-10-19 16:34:01 +00:00
parent 9deee01ba3
commit aba8943d17
666 changed files with 25377 additions and 45152 deletions

View File

@@ -0,0 +1,15 @@
@use "sass:map";
@use "@angular/material" as mat;
@include mat.fab-overrides(
(
small-container-shape: 30px,
container-shape: 30px,
container-elevation-shadow: none,
small-container-elevation-shadow: none,
small-hover-container-elevation-shadow: var(--mat-sys-level3),
hover-container-elevation-shadow: var(--mat-sys-level3),
extended-hover-container-elevation-shadow: var(--mat-sys-level3),
extended-container-elevation-shadow: none,
)
);