aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LinkBox.scss
blob: 484fb301e63dcdc1a29d603ed12d82198f0aba87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.linkBox-container-interactive {
    pointer-events: all;
    width: 100%;
}
.linkBox-container {
    width: 100%;
}

.linkBox {
    transition: inherit;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    path {
        transition: inherit;
        fill: transparent;
    }
    svg {
        transition: inherit;
        overflow: visible;
    }
    text {
        cursor: default;
        text-anchor: middle;
        font-size: 12;
        stroke: black;
    }
    circle {
        cursor: default;
    }
}