generated from y1j2x34/rollup-ts-karma-mocha-chai-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rollup.build.css
59 lines (59 loc) · 1.13 KB
/
rollup.build.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.deformer-editor {
padding: 0;
margin: 0;
position: fixed;
display: block;
outline: 1px solid green;
will-change: left,top,width,height;
}
.deformer-editor--cursor-default {
cursor: default;
}
.deformer-editor--cursor-move {
cursor: move;
}
.deformer-editor--cursor-e-resize {
cursor: e-resize;
}
.deformer-editor--cursor-n-resize {
cursor: n-resize;
}
.deformer-editor--cursor-s-resize {
cursor: s-resize;
}
.deformer-editor--cursor-w-resize {
cursor: w-resize;
}
.deformer-editor--cursor-row-resize {
cursor: row-resize;
}
.deformer-editor--cursor-col-resize {
cursor: col-resize;
}
.deformer-editor--cursor-ew-resize {
cursor: ew-resize;
}
.deformer-editor--cursor-ne-resize {
cursor: ne-resize;
}
.deformer-editor--cursor-nesw-resize {
cursor: nesw-resize;
}
.deformer-editor--cursor-ns-resize {
cursor: ns-resize;
}
.deformer-editor--cursor-nw-resize {
cursor: nw-resize;
}
.deformer-editor--cursor-nwse-resize {
cursor: nwse-resize;
}
.deformer-editor--cursor-se-resize {
cursor: se-resize;
}
.deformer-editor--cursor-sw-resize {
cursor: sw-resize;
}
.deformer-editor--cursor-pointer {
cursor: pointer;
}