cssOMS/chart/chart.scss
2015-11-29 21:58:50 +01:00

12 lines
168 B
SCSS

.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.line {
fill: none;
stroke: steelblue;
stroke-width: 1.5px;
}