diff options
| author | monikahedman <monika_hedman@brown.edu> | 2019-08-13 16:32:01 -0400 |
|---|---|---|
| committer | monikahedman <monika_hedman@brown.edu> | 2019-08-13 16:32:01 -0400 |
| commit | 3d3f55b0b9fb66a1a02a2a57edb6bcc38c2a5803 (patch) | |
| tree | 6f0b778b307a335b3797a14317471ed7da2af9ac /src/client/views/nodes/DragBox.scss | |
| parent | 180a1268d6e732bca9557da7f935ec540de4b878 (diff) | |
| parent | afec8d91ec6de13de33e2a31c987727b4cc7101d (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into checkbox
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%; + } +} |
