Add loading styling

This commit is contained in:
Kelvin Zhang 2015-10-29 14:13:01 +00:00
parent 65159f31a3
commit 4c5a03329a

View file

@ -360,6 +360,16 @@ html {
background-color: lighten(@pfm-purple, 30%);
}
}
.cache-loading {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
line-height: 100%;
font-size: 93%;
padding-left: 3px;
padding-right: 3px;
}
}
}