easiest front end of my life
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b82aaee05d
commit
4f320952b0
@ -23,6 +23,15 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
z-index: 99999;
|
z-index: 99999;
|
||||||
}
|
}
|
||||||
|
.loader h1 {
|
||||||
|
color: #fff;
|
||||||
|
color: var(--label_dark_background);
|
||||||
|
font-family: 'Figtree', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
|
font-size: 2rem;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
text-align: center
|
||||||
|
}
|
||||||
|
|
||||||
.loader-inner {
|
.loader-inner {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@ -35,6 +44,17 @@
|
|||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.loader-inner-header {
|
||||||
|
bottom: 0;
|
||||||
|
height: 80px;
|
||||||
|
left: 0;
|
||||||
|
margin: auto;
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
top: 250;
|
||||||
|
width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
.loader-line-wrap {
|
.loader-line-wrap {
|
||||||
animation:
|
animation:
|
||||||
spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
|
spin 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite
|
||||||
@ -127,7 +147,9 @@
|
|||||||
<div class="loader-line"></div>
|
<div class="loader-line"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br /><br /><br /><center><h1 style="color:white";>YNAB Portfolio Sync Running...</h1></center>
|
<div class="loader-inner-header">
|
||||||
|
<h1 style="color:white";>YNAB Portfolio Sync</h1>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user