aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/smartdraw/SmartDrawHandler.scss
blob: 0e8bd3349c6cce65c744f2e55260a64890be2b4b (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
.smart-draw-handler {
    position: absolute;
}

.smartdraw-input {
    color: black;
}

.smartdraw-options {
    display: flex;
    flex-direction: row;
    justify-content: space-around;

    .auto-color {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 30%;
    }

    .complexity {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 31%;
    }

    .size {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 39%;

        .size-slider {
            width: 80%;
        }
    }
}

.regenerate-box,
.edit-box {
    display: flex;
    flex-direction: row;
}