aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentBox.scss
blob: b7d06b364b1be9c5360fce209cd4d11d0318d7b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.documentBox-container {
    width: 100%;
    height: 100%;
    pointer-events: all;
    background: gray;
    border: #00000021 solid 15px;
    border-top: #0000005e inset 15px;
    border-bottom: #0000005e outset 15px;
    .documentBox-lock {
        margin: auto;
        color: white;
        margin-top: -15px;
        position: absolute;
    }
}