aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/imageEditor/imageMeshTool/imageMeshToolButton.scss
blob: a72b2de6ab51bebd1c8459c07ea06b551dfe8151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* MeshTransformButton.scss */
.meshTransformBtnContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.grid-line {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6); 
}

.control-point {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 1); 
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}