aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/Annotation.scss
blob: 26856b74ed086122d29ba14a377bde492f3702b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.htmlAnnotation {
    pointer-events: all;
    user-select: none;
    position: absolute;
    background-color: rgba(146, 245, 95, 0.467);
    transition: opacity 0.5s;
    &:hover {
        cursor: pointer;
    }
}
// .loading-spinner {
//     display: flex;
//     justify-content: center;
//     align-items: center;
//     height: 90%;
//     width: 93%;
//     left: 10;
//     font-size: 20px;
//     font-weight: bold;
//     color: #0b0a0a;
// }

// @keyframes spin {
//     to {
//         transform: rotate(360deg);
//     }
// }