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

23 lines
271 B
CSS

.barStack:hover {
filter: drop-shadow(0 0 calc(4rem / 16) var(--label));
}
.legend {
position: relative;
display: flex;
justify-content: center;
font-size: 16px;
}
.toolTip {
padding: 10px 0;
}
.toolTip p {
margin: 0 5px;
}
.key {
font-weight: 700;
}