Ajout des textures du terrain de basket et de la piscine
This commit is contained in:
parent
251cfa9a8a
commit
fd968a9305
16 changed files with 142 additions and 51 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue