aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Palette.scss
blob: 2626774cbe36b4034a9fea8ec8a2c7ee9403fe5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.palette-container {
    .palette-thumb {
        width: 300px;
        height: 300px;
        touch-action: pan-x;
        overflow: scroll;
        position: absolute;

        .palette-thumbContent {
            width: 100%;
            height: 100%;
        }

        .palette-button {
            width: 100px;
            height: 100px;
            background: blue;
        }
    }
}