diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-12 19:37:06 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-12 19:37:06 -0400 |
| commit | 988822bdeeed82b0c1ef611f2f7a3111d029d564 (patch) | |
| tree | 630a874e83c83d750630b4f3f36fe47176866e1e /src/client/views/nodes/DragBox.scss | |
| parent | f16621ff6bc0ad30cae39872412de80aa9f5e25c (diff) | |
a bunch of fixes to clean up drag box stuff.
Diffstat (limited to 'src/client/views/nodes/DragBox.scss')
| -rw-r--r-- | src/client/views/nodes/DragBox.scss | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/client/views/nodes/DragBox.scss b/src/client/views/nodes/DragBox.scss deleted file mode 100644 index fbb9b9c1c..000000000 --- a/src/client/views/nodes/DragBox.scss +++ /dev/null @@ -1,13 +0,0 @@ -.dragBox-outerDiv { - width: 100%; - height: 100%; - pointer-events: all; - border-radius: inherit; - background: black; - border-radius: 100%; - svg { - margin:18%; - width:65% !important; - height:65%; - } -} |
