Add fitur Dashboard Analisis Penerima Bantuan
This commit is contained in:
+23
-1
@@ -842,8 +842,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 {
|
||||
|
||||
Reference in New Issue
Block a user