cssOMS/canvas.scss
2023-05-28 01:13:23 +00:00

9 lines
98 B
SCSS
Executable File

canvas {
background: #fff;
user-select: none;
&.chart {
width: 100%;
}
}