umami/components/metrics/Legend.module.css

22 lines
284 B
CSS
Raw Normal View History

2020-10-15 07:09:00 +02:00
.legend {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 10px;
}
.label {
display: flex;
align-items: center;
font-size: var(--font-size-xsmall);
cursor: pointer;
}
.label + .label {
margin-left: 20px;
}
.hidden {
color: var(--gray400);
}