aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LoadingBox.scss
blob: 239faa78e86feeea99c5976c863cc8fcc5fcb90d (plain)
1
2
3
4
5
6
7
.loadingBoxContainer {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-color: #fdfdfd;
}