17 lines
241 B
Sass
17 lines
241 B
Sass
@import compass
|
|
@import leaflet
|
|
|
|
#map
|
|
+box-shadow(0 0 1em SteelBlue)
|
|
+transition(none)
|
|
|
|
#map *
|
|
/* Popup are better displayed with this: */
|
|
max-width: initial
|
|
|
|
.maps #map
|
|
height: 60em
|
|
|
|
.events #map, .moderations #map
|
|
height: 20em
|