summaryrefslogtreecommitdiffstats
path: root/css/app.css
blob: bf1e695a1132768f68f6600d3ec36dbe6cc1be9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.loading-icon {
    background-image: url('../img/loading.gif');
    background-position: center;
    background-repeat: no-repeat;
}

#global-loading {
    width: 100%;
    height: 100%;
}