Add even more spinners and shit because fuck all

This commit is contained in:
Dominik V. Salonen 2018-03-15 14:53:04 +01:00
parent f1c449bfd9
commit 91914fae27
2 changed files with 7 additions and 1 deletions

View File

@ -33,7 +33,7 @@
</div> </div>
<div id="page"> <div id="page">
<p class="initial-text">Hold on. Still loading that fancy background.</p> <p class="initial-text">Hold on. Still loading that fancy background. <br /><i class="fa fa-spinner fa-pulse init-loading" aria-hidden="true"></i></p>
</div> </div>
</div> </div>

View File

@ -186,6 +186,12 @@ a:hover {
text-align: center; text-align: center;
} }
.init-loading {
font-size: 26pt;
color: #FF5555;
margin: 5px;
}
.notice { .notice {
color: #3b3b3b; color: #3b3b3b;
text-align: right; text-align: right;