mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-10 21:40:56 +00:00
feat: stable dot navigation & continue button
This commit is contained in:
parent
83d4b08437
commit
326aef5483
1 changed files with 54 additions and 51 deletions
|
|
@ -330,8 +330,9 @@
|
|||
</script>
|
||||
|
||||
<SplitLayout>
|
||||
<div class="form">
|
||||
<div class="h-24 w-24 md:h-auto md:w-auto">
|
||||
<div class="form relative">
|
||||
<div class="absolute bottom-3/12 flex flex-col w-full">
|
||||
<div class="h-24 w-24 md:h-32 md:w-32 self-center mb-4">
|
||||
<SchoolBadge />
|
||||
</div>
|
||||
<form on:submit={handleSubmit} id="triggerForm" class="invisible hidden"></form>
|
||||
|
|
@ -508,7 +509,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{:else if pageIndex === 5}
|
||||
<h1 class="text-sspsBlue mt-8 text-4xl font-semibold">{pageTexts[5]}</h1>
|
||||
<h1 class="title mt-8">{pageTexts[5]}</h1>
|
||||
<p class="description mt-8 block text-center">
|
||||
Zadejte prosím své občanství, rodné číslo a obor na který se hlásíte.
|
||||
</p>
|
||||
|
|
@ -553,7 +554,8 @@
|
|||
</span>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
<div class="controls w-full absolute bottom-1/12">
|
||||
<div class="mt-8 w-full">
|
||||
<Submit
|
||||
on:click={async (e) => {
|
||||
|
|
@ -590,6 +592,7 @@
|
|||
{/each}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</SplitLayout>
|
||||
|
||||
<style lang="postcss">
|
||||
|
|
|
|||
Loading…
Reference in a new issue