made mapPopup hover proximites

This commit is contained in:
2023-10-26 12:11:45 +02:00
parent fcce41aa77
commit 5a6a71359d
3 changed files with 61 additions and 13 deletions

View File

@@ -716,6 +716,7 @@ body{
}
}
.entite-map-popup,
.entite-proximite-reference-map-popup,
.besoin-map-popup,
.reponse-map-popup{
background-color: white;
@@ -737,7 +738,20 @@ body{
color: #01ffe2;
}
}
h1, div{
.entite-proximite-reference-map-popup{
span.point{
font-weight: 900;
}
h1.ref-entite span.point{
color: #01ffe2;
}
div.conjunction,h2{
font-size: 0.756em;
font-weight: 400;
margin: 0.5em
}
}
h1, h2, span, div{
font-size: 1em;
font-weight: 400;
}