style disconnection and loading screens
This commit is contained in:
parent
b5c46c09ec
commit
70faed71d0
@ -33,11 +33,11 @@
|
|||||||
flex flex-col justify-center items-center space-y-4
|
flex flex-col justify-center items-center space-y-4
|
||||||
transition-opacity ease-in-out duration-500"
|
transition-opacity ease-in-out duration-500"
|
||||||
>
|
>
|
||||||
<h1 class="title text-2xl title-primary-500">
|
<h1 class="title text-2xl title-primary-500 text-primary-500">
|
||||||
<%= gettext("Loading...") %>
|
<%= gettext("Loading...") %>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<i class="fas fa-3x fa-spin fa-cog"></i>
|
<i class="fas fa-3x fa-spin fa-cog text-primary-500"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@ -46,9 +46,9 @@
|
|||||||
flex flex-col justify-center items-center space-y-4
|
flex flex-col justify-center items-center space-y-4
|
||||||
transition-opacity ease-in-out duration-500"
|
transition-opacity ease-in-out duration-500"
|
||||||
>
|
>
|
||||||
<h1 class="title text-2xl title-primary-500">
|
<h1 class="title text-2xl title-primary-500 text-primary-500">
|
||||||
<%= gettext("Reconnecting...") %>
|
<%= gettext("Reconnecting...") %>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<i class="fas fa-3x fa-fade fa-satellite-dish"></i>
|
<i class="fas fa-3x fa-fade fa-satellite-dish text-primary-500"></i>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user