aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DragBox.scss
diff options
context:
space:
mode:
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%;
- }
-}