aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/TaskCompletedBox.scss
blob: 80b750b39409e3737e62541b58de5ced8dc121c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.taskCompletedBox-fade {
    border: 1px solid rgb(100, 100, 100);

    width: auto;
    position: absolute;

    height: auto;
    z-index: 10000;
    border-radius: 13px;
    font-size: 13px;
    white-space: nowrap;

    color: rgb(100, 100, 100);
    background-color: rgba(250, 250, 250, 0.85);
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    font-weight: bold;
    padding-left: 9px;
    padding-right: 9px;
}