diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-14 22:03:20 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-08-14 22:03:20 -0400 |
| commit | 750a3333392724d10675ac4e2a6e124dc248bbe0 (patch) | |
| tree | 93928b05d3ec9de155e7c07d989093009c6f2ed5 /src/client/views/nodes/DragBox.scss | |
| parent | 244952ccc52bf66ac34eeea7d5469d0ba6313aff (diff) | |
| parent | 71f27b718d9be29034ba233b5be18ea29f59f30b (diff) | |
resolved merge conflicts
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%; + } +} |
