diff options
| author | bob <bcz@cs.brown.edu> | 2019-08-08 16:19:09 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-08-08 16:19:09 -0400 |
| commit | 18d02f8eb8cef6e0ae3bdb95a5d22958f0fda91e (patch) | |
| tree | 7e0f23639cfbe0b07cfcdb74c5656a5e66b351fa /src/client/views/nodes/DragBox.scss | |
| parent | 316c241d72fb83aad5f2bf9b143c317fdc906654 (diff) | |
dragBoxes
Diffstat (limited to 'src/client/views/nodes/DragBox.scss')
| -rw-r--r-- | src/client/views/nodes/DragBox.scss | 13 |
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%; + } +} |
