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

38 lines
759 B
Sass
Raw Normal View History

#map
height: 60em
box-shadow: 0 0 1em SteelBlue
transition: none
padding-left: 4em
list-style-type: none
*
/* Popup are better displayed with this: */
max-width: initial
2014-09-21 15:24:26 +02:00
&.event, &.orga
height: 20em
2014-08-23 16:59:42 +02:00
2018-10-17 18:42:46 +02:00
li
a
display: inline-block
2018-10-17 18:42:46 +02:00
.awesome-marker
display: inline-block !important
position: relative !important
2018-10-17 18:42:46 +02:00
2015-03-01 16:50:02 +01:00
.tags #map
width: 40%
height: 60em
margin: 1.6em 2%
display: inline-block
// Left align the map controls placed in the top right corner
section.leaflet-control-layers-list label
.awesome-marker
height: auto !important
display: inline-block !important
position: relative !important
html.iframe
2019-04-21 18:38:24 +02:00
&, body.maps, body.maps main, body.maps #map
width: 100%
height: 100%