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

18 lines
238 B
CSS

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