Files
backend_parkir/public/scss/components/charts/_chart-c3.scss
2026-01-31 14:23:04 +07:00

14 lines
194 B
SCSS

.c3{
height: 15.625rem;
}
.c3-legend-item {
fill: #9fabb1;
}
.c3 .c3-axis-x path,
.c3 .c3-axis-x line,
.c3 .c3-axis-y path,
.c3 .c3-axis-y line,
.tick text { stroke: $white; }