mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 02:48:40 +00:00
9 lines
107 B
SCSS
Executable File
9 lines
107 B
SCSS
Executable File
canvas {
|
|
background: var(--box-bg);
|
|
user-select: none;
|
|
|
|
&.chart {
|
|
width: 100%;
|
|
}
|
|
}
|