patch: comminities-map - styles added

This commit is contained in:
gaelle morin
2021-04-09 18:52:35 +02:00
parent ef2d17f1df
commit 54c60f7a59
5 changed files with 69 additions and 8 deletions

View File

@ -187,10 +187,31 @@
}
.communities-profile-map .leaflet-pane.leaflet-popup-pane {
/*display: none;*/
display: none;
}
.communities-map {
.leaflet-popup-content-wrapper {
white-space: normal;
border-radius: 5px;
.leaflet-popup-content {
width: 340px !important;
margin: 0;
.description {
height: 32px;
}
.title:hover {
cursor: pointer;
text-decoration: underline;
}
}
}
.leaflet-popup-close-button {
display: none;
}
}
@ -239,6 +260,16 @@
top: 70px;
z-index: 1000;
width: 97%;
button[type='submit'] {
background: var(--color-secondary) !important;
color: white !important;
&:hover {
background: white !important;
color: var(--color-secondary) !important;
}
}
}
.communities-map {