mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-25 08:38:40 +00:00
12 lines
168 B
SCSS
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;
|
|
} |