agenda-libre-ruby/app/assets/stylesheets/maps.css.sass

23 lines
370 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: right
width: 30%
height: 30em
margin-left: 2%
margin-right: 18%