aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DragBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-12 19:37:06 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-12 19:37:06 -0400
commit988822bdeeed82b0c1ef611f2f7a3111d029d564 (patch)
tree630a874e83c83d750630b4f3f36fe47176866e1e /src/client/views/nodes/DragBox.scss
parentf16621ff6bc0ad30cae39872412de80aa9f5e25c (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.scss13
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%;
- }
-}