bento-charts
Version:
Charts library for Bento-platform
49 lines (43 loc) • 887 B
CSS
.bento-charts--map--legend {
background-color: white;
padding: 12px;
border-radius: 12px;
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}
.leaflet-bottom .bento-charts--map--legend {
margin-bottom: 28px;
}
.bento-charts--map--legend ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 6px;
}
.bento-charts--map--legend--patch {
display: inline-block;
width: 1rem;
height: 1rem;
border: 1px solid white;
vertical-align: top;
margin-right: 12px;
border-radius: 3px;
}
.bento-charts--map--legend--scale {
height: 100px;
display: flex;
gap: 12px;
}
.bento-charts--continuous-scale {
width: 1rem;
height: 100%;
}
.bento-charts--map--legend--values {
display: flex;
flex-direction: column;
}
.bento-charts--map--legend--values > span:first-of-type {
flex: 1;
}