diff options
| author | Fawn <fangrui_tong@brown.edu> | 2019-06-25 20:18:14 -0400 |
|---|---|---|
| committer | Fawn <fangrui_tong@brown.edu> | 2019-06-25 20:18:14 -0400 |
| commit | 2d300b0cd3d02c900865c61eacd539efed5289e6 (patch) | |
| tree | 8a71792efda43c0ee4c37f716bae7f2bb63a2c95 /src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss | |
| parent | 2a698e88da5ef0a9fee1ff4ee69746f1242798c9 (diff) | |
fixed link metadata rendering bug
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss index 239c2ce56..fc5212edd 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss @@ -17,34 +17,3 @@ transform: translate(10000px,10000px); pointer-events: all; } - -.linkview-ele { - transform: translate(10000px,10000px); - pointer-events: all; - - &.linkview-line { - stroke: black; - stroke-width: 2px; - opacity: 0.5; - } -} - -.linkview-button { - width: 200px; - height: 100px; - border-radius: 5px; - padding: 10px; - position: relative; - background-color: black; - cursor: pointer; - - p { - width: calc(100% - 20px); - color: white; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - } - -} |
