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