1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00
pigallery2/frontend/app/gallery/map/map.gallery.component.css

18 lines
216 B
CSS
Raw Normal View History

.sebm-google-map-container {
2018-03-30 15:30:30 -04:00
width: 100%;
height: 100%;
2017-02-05 17:27:58 +01:00
}
#map {
2018-05-27 12:04:35 -04:00
width: 100%;
height: 100%;
}
2017-02-05 17:27:58 +01:00
2018-05-27 12:04:35 -04:00
.overlay {
2018-03-30 15:30:30 -04:00
width: 100%;
height: 100%;
2018-05-27 12:04:35 -04:00
background-color: transparent;
opacity: 0.8;
cursor: pointer;
2018-03-30 15:30:30 -04:00
}