libre-charge-map/styles/_recherche.scss

80 lines
1.1 KiB
SCSS
Raw Normal View History

2025-04-19 23:46:37 +02:00
#searchLocation {
2025-04-28 11:20:11 +02:00
width: 93%;
padding: 0.8rem 3rem;
2025-04-19 23:46:37 +02:00
margin-bottom: 10px;
border: 1px solid var(--button-border);
border-radius: 5px;
}
#removeMarkers {
margin-right: 1rem;
margin-left: 1rem;
}
#searchResults {
2025-04-28 11:20:11 +02:00
display: inline-block;
margin-top: -0.9rem;
margin-left: 0;
2025-04-19 23:46:37 +02:00
width: 100%;
2025-04-28 11:20:11 +02:00
height: 67%;
border-top: 1px;
option {
cursor: pointer;
padding: 0.55rem;
&:hover {
background-color: var(--button-border);
}
}
2025-04-19 23:46:37 +02:00
}
#searchButton {
2025-04-27 22:24:09 +02:00
margin-left: -1rem;
margin-top: 0;
z-index: 2;
2025-04-28 11:20:11 +02:00
position: relative;
background: var(--link-color);
2025-04-27 22:24:09 +02:00
border-radius: 3px;
2025-04-28 11:20:11 +02:00
height: 2.9rem;
2025-04-19 23:46:37 +02:00
}
#count_features_fond {
position: fixed;
2025-04-28 11:20:11 +02:00
bottom: 4.5rem;
right: 10px;
2025-04-19 23:46:37 +02:00
z-index: 10;
background: white;
2025-04-28 11:20:11 +02:00
padding: 0.85rem 1rem;
2025-04-19 23:46:37 +02:00
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;
2025-04-28 11:20:11 +02:00
position: absolute;
left: -5px;
background: #ccc;
height: 2.8rem;
margin-top: -3.6rem;
2025-04-19 23:46:37 +02:00
}