Loader overlay update

This commit is contained in:
Jason Snelders 2019-11-16 16:25:26 +11:00
parent 7e21a0ef0e
commit ffbe683a9a
2 changed files with 10 additions and 2 deletions

View File

@ -18,7 +18,16 @@
<div id="app"> <div id="app">
<div id="full-page-overlay"> <div id="full-page-overlay">
<div id="full-page-overlay-text">Please wait while we load the goodness.</div> <div id="full-page-overlay-text">
<h1>
<img src="favicon_black/android-chrome-192x192.png">
<br>
Profile Studio
</h1>
<div class="margin-top-64">
Please wait while we load the goodness.
</div>
</div>
</div> </div>
<!-- Top container --> <!-- Top container -->

View File

@ -35,7 +35,6 @@ html, body, h1, h2, h3, h4, h5
text-align: center; text-align: center;
top: 50%; top: 50%;
left: 50%; left: 50%;
font-size: 50px;
color: white; color: white;
transform: translate(-50%,-50%); transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);