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

30 lines
347 B
CSS

.leaflet-map {
z-index: 0;
width: 100%;
height: 100%;
}
.clickable {
cursor: pointer;
}
.oi {
font-size: 59pt;
}
#map {
width: 100%;
height: 100%;
z-index: 0;
}
.overlay {
width: 100%;
height: 100%;
background-color: transparent;
opacity: 0.8;
cursor: pointer;
position: absolute;
transform: translateY(-100%);
}