and add toggle map function to show and load map only when user is clicking on address (#5813)
17 lines
236 B
SCSS
17 lines
236 B
SCSS
.map {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.near-from:hover {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.leaflet-bottom .leaflet-control {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.leaflet-right .leaflet-control {
|
|
margin-right: 0;
|
|
}
|