mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 09:52:34 +01:00
10 lines
No EOL
138 B
Text
10 lines
No EOL
138 B
Text
@size: 80px;
|
|
|
|
.cameraControl {
|
|
top: -@size;
|
|
right: 0;
|
|
position: absolute;
|
|
width: @size;
|
|
height: @size;
|
|
pointer-events: none;
|
|
} |