Updated some style

This commit is contained in:
Jeroen De Meerleer 2023-08-17 01:01:49 +02:00
parent edfa5537a9
commit 561715e039
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
</aside>
{/each}
{/if}
<div class="card p-4 w-50 text-token space-y-4">
<div class="card variant-ringed p-4 w-50 text-token space-y-4">
<slot />
</div>

View File

@ -1,5 +1,5 @@
<div class="flex justify-between">
<a href="/account/login" on:click="{handleGoToServerSelect}">Go Back</a>
<div on:click="{handleGoToServerSelect}"><i class="text-2xl icon icon-arrow-left hover:text-primary-500"></i></div>
</div>
<form name="login-server" class="flex flex-col">
<label class="label my-3">

View File

@ -1,5 +1,5 @@
<div class="flex justify-between">
<a href="/account/login">Go Back</a>
<a href="/account/login" class="unstyled no-underline"><i class="text-2xl icon icon-arrow-left text-token hover:text-primary-500"></i></a>
</div>
{#if globalvars.server.caps.register }
<form name="login-server" class="flex flex-col">