aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
blob: b44acfce8a0b7912a94bd81f220bdd22dcd35f4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.collectionfreeformlinkview-linkLine {
    stroke: black;
    opacity: 0.8;
    stroke-width: 3px;
    transition: opacity 0.5s ease-in;
    fill: transparent;
}
.collectionfreeformlinkview-linkText {
    stroke: rgb(0, 0, 0);
    pointer-events: all;
    cursor: move;
}