Design Anpassungen

This commit is contained in:
2025-03-27 19:37:53 +01:00
parent 715fbdf2f5
commit 6b97008643
22 changed files with 64 additions and 192 deletions

View File

@@ -3,7 +3,7 @@
@if (actualRoute !=='home' && actualRoute !=='login' && actualRoute!=='emailVerification' && actualRoute!=='email-authorized'){
<header></header>
}
<main class="flex-1" [ngClass]="{ 'bg-slate-100': actualRoute !== 'home' }">
<main class="flex-1">
<router-outlet></router-outlet>
</main>