aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionMapView.scss
blob: 4956ad946f8f35f33a614afb8fedf9609da4353c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.collectionMapView-contents {
    width: 100%;
    height: 100%;
}

.loadingWrapper {
    width: 100%;
    height: 100%;
    background-color: yellow;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    .loadingGif {
        align-self: center;
        justify-self: center;
        width: 20%;
        height: 20%
    }
}