Implementation du systmème de symbole sur l'app web

This commit is contained in:
EpicKiwi 2026-05-29 20:41:54 +02:00
parent ef1734ccd4
commit f7e5bb37bf
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
15 changed files with 599 additions and 190 deletions

View file

@ -71,22 +71,8 @@ body > * {
}
}
.map-hilight-area.active {
stroke: #ff4e00;
stroke-width: 5px;
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;
.highlight-point-icon > * {
transform: translateX(-50%) translateY(-50%);
}
.map-amenity-icon .map-amenity-icon-container {