feat: some small shit

This commit is contained in:
max_richter 2023-11-12 19:00:32 +01:00
parent e01a7f75a6
commit 1c9977bc02

View File

@ -260,7 +260,9 @@
{#if $data.portraitAccepted} {#if $data.portraitAccepted}
<div class="button-wrapper"> <div class="button-wrapper">
{#if isSubmitting} {#if isSubmitting}
<p>Einladung wird abgeschickt</p> <section in:slide>
<p>Einladung wird abgeschickt</p>
</section>
{:else} {:else}
<Button on:click={() => submit()}>Einladung abschicken</Button> <Button on:click={() => submit()}>Einladung abschicken</Button>
{/if} {/if}
@ -306,17 +308,14 @@
height: 1px; height: 1px;
width: 100%; width: 100%;
} }
section { section {
color: white; color: white;
width: 100%;
font-family: 'Parisienne', cursive; font-family: 'Parisienne', cursive;
max-width: 500px; max-width: 500px;
margin: 0 auto; margin: 0 auto;
font-size: 2em; font-size: 2em;
} width: 70%;
section {
width: 80%;
border-width: 30px; border-width: 30px;
border-style: solid; border-style: solid;
border-image: url(/border.svg); border-image: url(/border.svg);