aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ColorBox.scss
blob: 32a7891c6a5e9fe1bf92c998ae8005cadf887a28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.colorBox-container, .colorBox-container-interactive {
     width:100%;
     height:100%;
     position: relative;
     pointer-events: none;
     
    .sketch-picker {
        margin:auto;
    }
}
.colorBox-container-interactive {
    pointer-events:all;
}