aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/smartdraw/StickerPalette.scss
blob: ca99410cf5550116464a067792ed1ac00ac32ff0 (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
55
56
.sticker-palette {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 14px;
    top: 50px;
    border-radius: 5px;
    margin: auto;
}

.palette-create {
    display: flex;
    flex-direction: row;
    width: 170px;

    .palette-create-input {
        color: black;
        width: 170px;
    }
}

.palette-create-options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 170px;
    margin-top: 5px;

    .palette-color {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 40px;
    }

    .palette-detail,
    .palette-size {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 60px;
    }
}

.palette-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.palette-save-reset {
    display: flex;
    flex-direction: row;
}