1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +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-31 03:30:30 +08:00
width: 100%;
height: 100%;
2017-02-06 00:27:58 +08:00
}
#map {
2018-05-28 00:04:35 +08:00
width: 100%;
height: 100%;
}
2017-02-06 00:27:58 +08:00
2018-05-28 00:04:35 +08:00
.overlay {
2018-03-31 03:30:30 +08:00
width: 100%;
height: 100%;
2018-05-28 00:04:35 +08:00
background-color: transparent;
opacity: 0.8;
cursor: pointer;
2018-03-31 03:30:30 +08:00
}