aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LoadingBox.scss
blob: f6912f5474c5d8e3dddce1aa21427a55df79ff31 (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
28
29
30
31
32
33
.loadingBoxContainer {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-color: #fdfdfd;
}

.textContainer {
    margin: 5px;
}

.textContainer {
    justify-content: center;
    align-content: center;
}

.textContainer,
.text {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    text-align: center;
}

.headerText {
    text-align: center;
    font-weight: bold;
}

.spinner {
    text-align: center;
}