diff --git a/frontend/src/routes/(candidate)/auth/login/[code=application]/+page.svelte b/frontend/src/routes/(candidate)/auth/login/[code=application]/+page.svelte
index 2d7343a..77b10ef 100644
--- a/frontend/src/routes/(candidate)/auth/login/[code=application]/+page.svelte
+++ b/frontend/src/routes/(candidate)/auth/login/[code=application]/+page.svelte
@@ -102,15 +102,15 @@
{/each}
{#each [9, 10, 11, 12] as value}
- inputDesktopOnKeyDown(value - 1, e)}
- on:paste|preventDefault={(e) => onPaste(e)}
- type="text"
- />
- {/each}
+ inputDesktopOnKeyDown(value - 1, e)}
+ on:paste|preventDefault={(e) => onPaste(e)}
+ type="text"
+ />
+ {/each}
Zadejte 8místný kód pro aktivaci účtu
@@ -129,10 +129,11 @@
}
input {
@apply text-sspsBlue text-center font-semibold;
- @apply focus:border-sspsBlue hover:border-sspsBlue rounded-xl border border-2 bg-[#f8fafb] p-3 caret-transparent shadow-lg outline-none transition-colors duration-300;
+ @apply transition-colors duration-300;
+ @apply focus:border-sspsBlue hover:border-sspsBlue rounded-xl border border-2 bg-[#f8fafb] p-3 caret-transparent shadow-lg outline-none;
}
.separater {
- @apply bg-sspsBlue mr-2 hidden h-2 w-8 md:block
+ @apply bg-sspsBlue mr-2 hidden h-2 w-8 md:block;
}
.codeInputMobile {
@apply md:hidden;
@@ -141,6 +142,6 @@
.codeInputDesktop {
@apply hidden;
@apply mr-1 md:mr-2;
- @apply sm:h-15 xl:w-18 xl:h-22 md:block sm:w-12 sm:text-xl md:h-20 md:w-16 md:text-4xl xl:p-0 xl:text-4xl;
+ @apply sm:h-15 2xl:w-18 2xl:h-22 sm:w-12 sm:text-xl md:block md:h-20 md:w-16 md:text-4xl xl:h-20 xl:w-16 xl:p-0;
}