Ajout des textures du terrain de basket et de la piscine

This commit is contained in:
EpicKiwi 2026-02-15 17:46:40 +01:00
parent 251cfa9a8a
commit fd968a9305
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
16 changed files with 142 additions and 51 deletions

View file

@ -74,6 +74,18 @@ body, html {
fill: rgba(255, 77, 0, 0.25);
}
.highlight-point-icon::after {
content: "";
width: 5px;
height: 5px;
border-radius: 100%;
background: transparent;
}
.active .highlight-point-icon::after {
background: #ff4e00;
}
.map-amenity-icon .map-amenity-icon-container {
transform: translateX(-50%) translateY(-50%);
width: fit-content;
@ -99,4 +111,8 @@ body, html {
grid-column: 1;
opacity: clamp(0, calc( var(--zoom-level) - 18 ), 1) ;
}
&.active > * {
opacity: 1;
}
}