aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocuLinkBox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/DocuLinkBox.scss')
-rw-r--r--src/client/views/nodes/DocuLinkBox.scss29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/client/views/nodes/DocuLinkBox.scss b/src/client/views/nodes/DocuLinkBox.scss
deleted file mode 100644
index f2c203548..000000000
--- a/src/client/views/nodes/DocuLinkBox.scss
+++ /dev/null
@@ -1,29 +0,0 @@
-.docuLinkBox-cont, .docuLinkBox-cont-small {
- cursor: default;
- position: absolute;
- width: 15;
- height: 15;
- border-radius: 20px;
- pointer-events: all;
- user-select: none;
-
- .docuLinkBox-linkCloser {
- position: absolute;
- width: 18;
- height: 18;
- background: rgb(219, 21, 21);
- top: -1px;
- left: -1px;
- border-radius: 5px;
- display: flex;
- justify-content: center;
- align-items: center;
- padding-left: 2px;
- padding-top: 1px;
- }
-}
-
-.docuLinkBox-cont-small {
- width:5px;
- height:5px;
-} \ No newline at end of file