34 lines
656 B
Sass
34 lines
656 B
Sass
@import leaflet
|
|
@import leaflet.markercluster
|
|
@import leaflet.markercluster.default
|
|
|
|
#map
|
|
height: 60em
|
|
box-shadow: 0 0 1em SteelBlue
|
|
transition: none
|
|
*
|
|
/* Popup are better displayed with this: */
|
|
max-width: initial
|
|
|
|
&.event, &.orga
|
|
height: 20em
|
|
|
|
.tags #map
|
|
width: 40%
|
|
height: 60em
|
|
margin: 1.6em 2%
|
|
display: inline-block
|
|
|
|
// Left align the map controls place in the top right corner
|
|
form.leaflet-control-layers-list label
|
|
text-align: left
|
|
.awesome-marker
|
|
height: auto !important
|
|
display: inline-block !important
|
|
position: relative !important
|
|
|
|
html.iframe #map
|
|
width: 100%
|
|
max-width: 100%
|
|
box-shadow: none
|