Add fitur Dashboard Analisis Penerima Bantuan

This commit is contained in:
2026-06-09 17:46:57 +07:00
parent 36a02dad66
commit ec4749b123
7 changed files with 673 additions and 20 deletions
+23 -1
View File
@@ -860,8 +860,30 @@ body {
}
.leaflet-popup-close-button {
position: absolute !important;
top: 12px !important;
right: 12px !important;
width: 20px !important;
height: 20px !important;
line-height: 20px !important;
text-align: center !important;
color: rgba(255, 255, 255, 0.75) !important;
background: rgba(255, 255, 255, 0.15) !important;
border-radius: 50% !important;
font-size: 12px !important;
font-weight: normal !important;
z-index: 1000 !important;
transition: all 0.2s ease !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 0 !important;
text-decoration: none !important;
}
.leaflet-popup-close-button:hover {
color: #ffffff !important;
padding: 12px !important;
background: rgba(255, 255, 255, 0.3) !important;
}
.popup-container {