Add Frontend

This commit is contained in:
2026-01-31 00:09:53 +01:00
parent 325d160a45
commit 7e2e2f1e69
32 changed files with 9466 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
.container {
padding: 20px;
max-width: 500px;
margin: auto;
}
mat-card {
width: 100%;
}
mat-form-field {
width: 100%;
margin-bottom: 10px;
}
.actions {
display: flex;
justify-content: flex-end;
gap: 10px;
margin-top: 20px;
}