dashboard

This commit is contained in:
Bastian Wagner
2024-09-06 16:04:50 +02:00
parent bda298bb97
commit e4031c5910
30 changed files with 617 additions and 20 deletions

View File

@@ -0,0 +1,18 @@
form {
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 {
flex: 1 1 auto;
}