colouring-montreal/app/src/frontend/legend.css

17 lines
281 B
CSS
Raw Normal View History

2018-10-02 16:47:59 -04:00
/**
* Map legend
*/
.data-legend {
list-style: none;
padding: 0;
}
.data-legend .key {
display: inline-block;
width: 1.75rem;
height: 1.75rem;
text-indent: -30px;
margin: 0.125rem 0.5rem 0.125rem 0;
vertical-align: middle;
overflow: hidden;
}