Files
idp/idp_client/src/app/dashboard/components/create-client/create-client.component.scss
Bastian Wagner 2359c9c5e9 Rework (#2)
* spec entfernt

* wip

* wip

* wip

* wip

* wip

* rework

* done

---------

Co-authored-by: Bastian Wagner <bastian.wagner@softconcis.de>
2024-09-11 16:01:55 +02:00

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