Hoe werd er gestemd in jouw wijk? 1Amstelveen heeft de uitslagen van alle stembureaus verwerkt in een gemakkelijke kaart van Amstelveen. Probeer maar!
#amstelveen-map {
height: 800px;
width: 100%;
min-height: 600px;
border-radius: 12px;
overflow: hidden;
}
.leaflet-popup-content {
margin: 14px 16px;
min-width: 280px;
}
.leaflet-popup-content-wrapper {
max-height: 70vh;
overflow-y: auto;
border-radius: 14px;
}
.popup-title {
font-size: 16px;
font-weight: 800;
margin-bottom: 4px;
}
.popup-sub {
color: #6b7280;
font-size: 12px;
margin-bottom: 12px;
}
.popup-win {
font-size: 13px;
font-weight: 700;
margin-bottom: 10px;
}
.bars {
display: grid;
gap: 7px;
}
.row {
display: grid;
grid-template-columns: 1fr auto;
gap: 10px;
align-items: center;
}
.label {
font-size: 12px;
color: #111827;
line-height: 1.2;
}
.val {
font-si...
