feat(343): Style fixes on map

This commit is contained in:
Pontus Dreij
2024-11-01 09:39:34 +01:00
parent efad3381b6
commit 3a5ec28dc1
9 changed files with 94 additions and 66 deletions

View File

@@ -9,7 +9,7 @@
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
position: relative;
top: 0;
left: 0;
right: 0;
@@ -18,6 +18,10 @@
padding: 0 var(--Spacing-x2);
}
.filterContainer .closeButton {
color: var(--UI-Text-High-Contrast);
}
@media (min-width: 768px) {
.closeButton {
display: flex !important;