jsketcher/web/app/cad/dom/components/CameraControl.less
2018-10-01 23:30:36 -07:00

10 lines
No EOL
138 B
Text

@size: 80px;
.cameraControl {
top: -@size;
right: 0;
position: absolute;
width: @size;
height: @size;
pointer-events: none;
}