feat: SW-601 Implement filters and sort in map view

This commit is contained in:
Hrishikesh Vaipurkar
2024-11-19 14:54:11 +01:00
parent ccf332490f
commit bc344e64cf
9 changed files with 120 additions and 8 deletions

View File

@@ -41,4 +41,9 @@
.container {
display: flex;
}
.filterContainer {
justify-content: flex-end;
padding: 0 0 var(--Spacing-x1);
}
}