22 lines
347 B
Sass
22 lines
347 B
Sass
@import compass
|
|
@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
|
|
height: 20em
|
|
|
|
.tags #map
|
|
float: left
|
|
width: 30%
|
|
height: 30em
|
|
margin: 1% 5%
|