menambahkan legenda peta

This commit is contained in:
powji17
2026-06-12 08:57:39 +07:00
parent 3cc437bdf8
commit 34cdf384c8
2 changed files with 91 additions and 9 deletions
+38
View File
@@ -289,4 +289,42 @@ html, body {
box-shadow: 0 2px 12px rgba(0,0,0,0.12) !important;
font-family: 'Segoe UI', Arial, sans-serif !important;
font-size: 13px !important;
}
.map-legend {
background: white;
padding: 14px 16px;
border-radius: 10px;
box-shadow: 0 2px 12px rgba(0,0,0,0.12);
font-size: 13px;
font-family: 'Segoe UI', sans-serif;
min-width: 190px;
}
.map-legend h4 {
margin: 0 0 10px 0;
font-size: 13px;
font-weight: 700;
color: #1B2A4A;
}
.legend-item {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 6px;
color: #444;
}
.legend-dot {
width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
flex-shrink: 0;
}
.legend-radius {
width: 18px;
height: 10px;
border: 2px dashed #8e44ad;
border-radius: 50%;
display: inline-block;
flex-shrink: 0;
}