Séparation des outils de la carte et ajout du highlight
This commit is contained in:
parent
7c231c8338
commit
3934e86ad1
6 changed files with 171 additions and 60 deletions
|
|
@ -37,6 +37,7 @@ body, html {
|
|||
|
||||
#main-header #logo {
|
||||
max-height: clamp(2rem, 10vh, 5rem);
|
||||
filter: drop-shadow(rgba(0,0,0,0.5) 0 0 10px);
|
||||
}
|
||||
|
||||
/* MAP */
|
||||
|
|
@ -65,4 +66,10 @@ body, html {
|
|||
color: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.map-hilight-area.active {
|
||||
stroke: #ff4e00;
|
||||
stroke-width: 5px;
|
||||
fill: rgba(255, 77, 0, 0.25);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue