aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/AnchorMenu.scss
blob: 98eeaf80e8034841d1359ef91b9de59bb5be6ffa (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.anchorMenu-addTag {
    display: grid;
    width: 200px;
    padding: 5px;
    grid-template-columns: 90px 20px 90px;
}
.anchorMenu-highlighter {
    padding-right: 5px;
    .antimodeMenu-button {
        padding: 0px;
        padding: 0px;
        padding-right: 0px;
        padding-left: 0px;
        width: 5px;
    }
}
.anchor-color-preview-button {
    width: 25px !important;
    .anchor-color-preview {
        display: flex;
        flex-direction: column;
        padding-right: 3px;
        width: unset !important;
        .color-preview {
            width: 60%;
            top: 80%;
            height: 4px;
            position: relative;
            top: unset;
            width: 15px;
            margin-top: 5px;
            display: block;
        }
    }
}

.color-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    button.color-button {
        width: 20px;
        height: 20px;
        border-radius: 15px !important;
        margin: 3px;
        border: 2px solid transparent !important;
        padding: 3px;

        &.active {
            border: 2px solid white;
        }
    }
}