aboutsummaryrefslogtreecommitdiffstats
path: root/ui/client/css/loading.styl
blob: 1545b5829c6758c4a18af71e9537f7a1bcb2590c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.loading-message {
  color: white;
  font-size: 2.5em;
  font-weight: 300;
  font-family: sans-serif;
}

.sk-spinner-rotating-plane.sk-spinner {
  background-color: white;
}

.landing
  .material-icons
    font-size 64px

.margin-50
  margin 80px 0px