add filters merge

This commit is contained in:
Tykayn 2025-04-27 22:24:09 +02:00 committed by tykayn
commit 756d997e06
15 changed files with 642 additions and 614 deletions

62
styles/_recherche.scss Normal file
View file

@ -0,0 +1,62 @@
#searchLocation {
width: 88%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid var(--button-border);
border-radius: 5px;
}
#removeMarkers {
margin-right: 1rem;
margin-left: 1rem;
}
#searchResults {
width: 100%;
border-color: var(--button-border);
}
#searchButton {
margin-left: -1rem;
margin-top: 0;
z-index: 2;
position: absolute;
background: var(--link-color);
border-radius: 3px;
}
#count_features_fond {
position: fixed;
bottom: 1rem;
right: 1rem;
z-index: 10;
background: white;
padding: 1rem;
border-radius: 8px;
}
.search-source-control {
margin: 5px 0;
font-size: 0.9em;
label {
display: flex;
align-items: center;
gap: 5px;
}
input[type="checkbox"] {
margin: 0;
}
}
.close-results-button {
border: 0;
border-radius: 3px;
}