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, 13 insertions, 0 deletions
diff --git a/src/client/views/nodes/DragBox.scss b/src/client/views/nodes/DragBox.scss
new file mode 100644
index 000000000..fbb9b9c1c
--- /dev/null
+++ b/src/client/views/nodes/DragBox.scss
@@ -0,0 +1,13 @@
+.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%;
+ }
+}