mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
12 lines
134 B
SCSS
12 lines
134 B
SCSS
|
|
|
|
canvas {
|
|
background: #fff;
|
|
border: 1px solid var(--box-border);
|
|
user-select: none;
|
|
}
|
|
|
|
canvas.chart {
|
|
width: 100%;
|
|
}
|