aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LinkAnchorBox.scss
blob: caff369dfb383a2456c0a3b5c053130ce8c6baf3 (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
33
34
.linkAnchorBox-cont,
.linkAnchorBox-cont-small {
    cursor: default;
    position: absolute;
    width: 15;
    height: 15;
    border-radius: 20px;
    user-select: none;
    pointer-events: all;

    .linkAnchorBox-linkCloser {
        position: absolute;
        width: 18;
        height: 18;
        background: rgb(219, 21, 21);
        top: -1px;
        left: -1px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 2px;
        padding-top: 1px;
    }
    .linkAnchorBox-button {
        position: relative;
        display: inline-block;
    }
}

.linkAnchorBox-cont-small {
    width: 5px;
    height: 5px;
}