umami/components/metrics/Legend.module.css

22 lines
280 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-sm);
2020-10-15 07:09:00 +02:00
cursor: pointer;
}
.label + .label {
margin-left: 20px;
}
.hidden {
color: var(--base400);
2020-10-15 07:09:00 +02:00
}