aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-05-04 12:50:46 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-05-04 12:50:46 -0400
commitd9227908ba8e8db5084c468a242b2839ab11a33d (patch)
treed98dc00b4c334fed07deadfc7bd3a3b9b3a23376 /src/client/views/nodes/DocumentBox.scss
parentc11e1df91c7b2dedd465b56fd8ae4e353f4fc240 (diff)
fixed links and snap lines broken by moving things into DragManager.
Diffstat (limited to 'src/client/views/nodes/DocumentBox.scss')
-rw-r--r--src/client/views/nodes/DocumentBox.scss15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/client/views/nodes/DocumentBox.scss b/src/client/views/nodes/DocumentBox.scss
deleted file mode 100644
index 3a27c16c1..000000000
--- a/src/client/views/nodes/DocumentBox.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-.documentBox-container {
- width: 100%;
- height: 100%;
- pointer-events: all;
- background: rgb(241, 239, 235);
- position: absolute;
- .documentBox-lock {
- margin: auto;
- color: white;
- position: absolute;
- }
- .contentFittingDocumentView {
- position: absolute;
- }
-} \ No newline at end of file