✨ Closing #104
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
"welcome_back": "Welcome back.",
|
||||
"login_or_create_account": "Log in or create an account",
|
||||
"already_have_account": "Don't have an account?",
|
||||
"email_or_username": "Email or Username",
|
||||
"modal": {
|
||||
"success": {
|
||||
"success_check_mail": "Logged in. Check your e-mail inbox.",
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
{/if}
|
||||
|
||||
<div
|
||||
class="lg:w-1/3 max-w-sm mx-auto overflow-hidden bg-white rounded-lg shadow-md dark:bg-gray-800"
|
||||
class="lg:w-1/3 max-w-sm mx-auto overflow-hidden bg-white rounded-lg shadow-2xl dark:bg-gray-800"
|
||||
>
|
||||
{#if step === 0}
|
||||
<!-- <p>StartWindow</p>-->
|
||||
|
||||
@@ -52,16 +52,16 @@
|
||||
id="email"
|
||||
bind:value={email}
|
||||
name="email"
|
||||
type="email"
|
||||
type="text"
|
||||
class="w-full peer bg-transparent h-10 rounded-lg text-gray-700 dark:text-white placeholder-transparent ring-2 px-2 ring-gray-500 focus:ring-sky-600 focus:outline-none focus:border-rose-600"
|
||||
placeholder={$t('words.email')}
|
||||
placeholder={$t('login_page.email_or_username')}
|
||||
autocomplete="email"
|
||||
/>
|
||||
<label
|
||||
for="email"
|
||||
class="absolute cursor-text left-0 -top-3 text-sm text-gray-700 dark:text-white bg-inherit mx-1 px-1 peer-placeholder-shown:text-base peer-placeholder-shown:text-gray-500 peer-placeholder-shown:top-2 peer-focus:-top-3 peer-focus:text-sky-600 peer-focus:text-sm transition-all"
|
||||
>
|
||||
{$t('words.email')}
|
||||
{$t('login_page.email_or_username')}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user