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