aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PreviewCursor.scss
blob: 60b7d14a0d87dfe4eb6756b8466b1039043e2999 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.previewCursor-Dark,
.previewCursor {
    color: black;
    position: absolute;
    transform-origin: left top;
    top: 0;
    left:0;
    pointer-events: none;
    opacity: 1;
    z-index: 1001;
}

.previewCursor-Dark {
    color: white;
}