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