mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
30 lines
347 B
CSS
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%);
|
|
}
|