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

27 lines
292 B
CSS
Raw Normal View History

2022-08-29 14:30:59 -04:00
.container {
position: relative;
}
2022-08-29 14:14:12 -04:00
.barStack:hover {
filter: drop-shadow(0 0 calc(4rem / 16) var(--label));
}
.legend {
2022-08-29 14:30:59 -04:00
position: absolute;
2022-08-29 14:14:12 -04:00
display: flex;
font-size: 16px;
2022-08-29 14:30:59 -04:00
top: 0;
2022-08-29 14:14:12 -04:00
}
.toolTip {
padding: 10px 0;
}
.toolTip p {
margin: 0 5px;
}
.key {
font-weight: 700;
}