This commit is contained in:
Tizian.Breuch
2025-09-08 16:21:08 +02:00
parent c6e9612ceb
commit dab966b69e
23 changed files with 545 additions and 38 deletions

View File

@@ -0,0 +1,11 @@
/* src\app\features\auth\components\login\login.component.css */
@import '../../_auth-common.css';
/* Stile NUR für die Login-Seite */
:host { display: block; width: 100%; }
.form-actions {
text-align: right;
margin-top: -0.75rem;
margin-bottom: 0.5rem;
}