aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFMenu.scss
blob: fa43a99b22efcb40e1ee43672b2a337ea7f0e3bd (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
.pdfMenu-addTag {
    display: grid;
    width: 200px;
    padding: 5px;
    grid-template-columns: 90px 20px 90px;
}

.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;
        }
    }
}