Loader overlay update
This commit is contained in:
parent
7e21a0ef0e
commit
ffbe683a9a
11
index.html
11
index.html
|
|
@ -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 -->
|
||||||
|
|
|
||||||
|
|
@ -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%);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue