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

26 lines
390 B
CSS

.wrapper {
display: flex;
flex-direction: column;
}
.barBackground {
fill: var(--card-background);
}
.tickLabel {
font-family: "Inconsolata", monospace;
font-weight: 800;
fill: var(--label);
}
.axisLabel {
font-family: "Inconsolata", monospace;
font-weight: 800;
fill: var(--label);
}
.legend {
display: flex;
margin: calc(16rem / 16);
justify-content: center;
}