Ajout des icones amenity
This commit is contained in:
parent
3934e86ad1
commit
270449766f
4 changed files with 214 additions and 53 deletions
|
|
@ -72,4 +72,22 @@ body, html {
|
|||
stroke: #ff4e00;
|
||||
stroke-width: 5px;
|
||||
fill: rgba(255, 77, 0, 0.25);
|
||||
}
|
||||
|
||||
.map-amenity-icon .map-amenity-icon-container {
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
width: fit-content;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
|
||||
& > * {
|
||||
opacity: clamp(0, calc( var(--zoom-level) - 19 ), 1) ;
|
||||
}
|
||||
|
||||
& > .drinking-water {
|
||||
opacity: clamp(0, calc( var(--zoom-level) - 20 ), 1) ;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue