feat: some small shit
This commit is contained in:
parent
e01a7f75a6
commit
1c9977bc02
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user