Ditch custom loading in favour of BS4 inbuilt

It's less pretty/cool...I may bring it back in future but this'll do for now.
This commit is contained in:
2020-03-18 01:46:13 +00:00
parent 12d8b46f86
commit e42989637e
4 changed files with 7 additions and 125 deletions

View File

@@ -13,9 +13,8 @@
<h2>Please wait</h2>
</div>
<div class="modal-body">
<div class="loading-animation">
<div class="circle"></div>
<div class="circle1"></div>
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
</div>