* spec entfernt * wip * wip * wip * wip * wip * rework * done --------- Co-authored-by: Bastian Wagner <bastian.wagner@softconcis.de>
20 lines
286 B
SCSS
20 lines
286 B
SCSS
form, .admin_container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 24px;
|
|
margin-top: 24px;
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
:host {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 12px;
|
|
height: 100%;
|
|
}
|
|
|
|
mat-dialog-content, app-client-admins {
|
|
flex: 1 1 auto;
|
|
}
|
|
|