aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
blob: 737ffba7d2aae99a5365823f48b78fa21f9b3dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.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;
}