patch: comminities-map - styles added
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user