Basic design
This commit is contained in:
parent
e4f70d12e9
commit
401f057b04
|
@ -33,6 +33,11 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="loading">
|
<div class="loading">
|
||||||
|
<p class="loading-message">
|
||||||
|
🛠️ We are updating the system. <br />Please wait, we will be back in a
|
||||||
|
second!
|
||||||
|
</p>
|
||||||
|
|
||||||
<Spinner size="20" />
|
<Spinner size="20" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -40,5 +45,15 @@
|
||||||
.loading {
|
.loading {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: var(--spacing-xl);
|
||||||
|
height: 100vh;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.loading-message {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue