aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
blob: 2a64a7afb0a2006d198f5621233bcc5b6fb24da1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.collectionfreeformlinkview-linkLine {
    stroke: black;
    transform: translate(10000px,10000px);
    // opacity: 0.5;
    pointer-events: all;
}
.collectionfreeformlinkview-linkCircle {
    stroke: rgb(0,0,0);
    opacity: 0.5;
    transform: translate(10000px,10000px);
    pointer-events: all;
    cursor: pointer;
}
.collectionfreeformlinkview-linkText {
    stroke: rgb(0,0,0);
    opacity: 0.5;
    transform: translate(10000px,10000px);
    pointer-events: all;
}