11 lines
264 B
CSS
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;
|
|
} |