finalize migration (yay)

This commit is contained in:
tw-blue
2025-12-10 22:11:30 +01:00
parent cd6cfec7f3
commit c7d53c88bc
40 changed files with 966 additions and 499 deletions
@@ -0,0 +1,21 @@
mat-radio-group {
display: flex;
flex-direction: column;
}
.filter-header {
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
mat-form-field {
height: 100%;
}
.status-filters {
display: flex;
flex-direction: row;
justify-content: center;
gap: 1rem;
}