mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
8 lines
111 B
SCSS
8 lines
111 B
SCSS
@import "mixin", "color";
|
|
|
|
canvas {
|
|
background: #fff;
|
|
bordeR: 1px solid #000;
|
|
user-select: none;
|
|
}
|