cs-2022-class-profile/components/StackedBarGraph.module.css

17 lines
216 B
CSS

.container {
position: relative;
}
.barStack:hover {
filter: drop-shadow(0 0 calc(4rem / 16) var(--label));
}
.legend {
display: flex;
font-size: calc(16rem / 16);
top: 0;
}
.key {
font-weight: bold;
}