1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/frontend/app/ui/gallery/map/map.gallery.component.css

19 lines
212 B
CSS
Raw Normal View History

.yaga-map{
2018-12-20 06:14:33 +08:00
z-index: 0;
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
}