aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/StyleProvider.scss
blob: 94001730c379f42e16327e2a10552aafd63f5ecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.styleProvider-lock {
    font-size: 12px;
    width: 20; 
    height: 20; 
    position: absolute; 
    right: -25; 
    top: -5;
    background: transparent;
    pointer-events: all;
    opacity: 0.3;
    display: flex;
    color: gold;
    border-radius: 3px;
    justify-content: center;
    cursor: default;
}
.styleProvider-lock:hover {
    opacity:1;
}