aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DragBox.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-08-08 16:19:09 -0400
committerbob <bcz@cs.brown.edu>2019-08-08 16:19:09 -0400
commit18d02f8eb8cef6e0ae3bdb95a5d22958f0fda91e (patch)
tree7e0f23639cfbe0b07cfcdb74c5656a5e66b351fa /src/client/views/nodes/DragBox.scss
parent316c241d72fb83aad5f2bf9b143c317fdc906654 (diff)
dragBoxes
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%;
+ }
+}