map_popup for superpositions OK

This commit is contained in:
2023-09-12 12:20:35 +02:00
parent aae6d0c9d5
commit 5836d39a38
4 changed files with 125 additions and 103 deletions

View File

@@ -596,9 +596,10 @@ body{
// left: 0;
.popup-content-wrapper{
display: flex;
flex-direction: row;
align-items:center;
// display: flex;
// flex-direction: row;
// align-items:center;
position: relative;
.concernement-map-popup{
background-color: white;
padding: 0.5em;
@@ -618,6 +619,9 @@ body{
}
.concernement-map-popup-recit{
padding-left: 0.8em;
position: absolute;
top:3px;
left:100%;
>svg{
display: inline-block;
$d: 55px;
@@ -634,7 +638,7 @@ body{
.besoin-map-popup,
.reponse-map-popup{
background-color: white;
padding: 1em;
padding: 0.5em;
border-radius: 3px;
max-width: 30em;
>div{