Files
ShopSolution-frontend/src/app/features/auth/components/login/login.component.css
Tizian.Breuch dab966b69e auth
2025-09-08 16:21:08 +02:00

11 lines
264 B
CSS

/* 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;
}