mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-09 04:51:09 +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>
|
</script>
|
||||||
|
|
||||||
<SplitLayout>
|
<SplitLayout>
|
||||||
<div class="form">
|
<div class="form relative">
|
||||||
<div class="h-24 w-24 md:h-auto md:w-auto">
|
<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 />
|
<SchoolBadge />
|
||||||
</div>
|
</div>
|
||||||
<form on:submit={handleSubmit} id="triggerForm" class="invisible hidden"></form>
|
<form on:submit={handleSubmit} id="triggerForm" class="invisible hidden"></form>
|
||||||
|
|
@ -508,7 +509,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{:else if pageIndex === 5}
|
{: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">
|
<p class="description mt-8 block text-center">
|
||||||
Zadejte prosím své občanství, rodné číslo a obor na který se hlásíte.
|
Zadejte prosím své občanství, rodné číslo a obor na který se hlásíte.
|
||||||
</p>
|
</p>
|
||||||
|
|
@ -553,7 +554,8 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
</div>
|
||||||
|
<div class="controls w-full absolute bottom-1/12">
|
||||||
<div class="mt-8 w-full">
|
<div class="mt-8 w-full">
|
||||||
<Submit
|
<Submit
|
||||||
on:click={async (e) => {
|
on:click={async (e) => {
|
||||||
|
|
@ -590,6 +592,7 @@
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</SplitLayout>
|
</SplitLayout>
|
||||||
|
|
||||||
<style lang="postcss">
|
<style lang="postcss">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue