feat: some small shit
This commit is contained in:
parent
e01a7f75a6
commit
1c9977bc02
@ -260,7 +260,9 @@
|
|||||||
{#if $data.portraitAccepted}
|
{#if $data.portraitAccepted}
|
||||||
<div class="button-wrapper">
|
<div class="button-wrapper">
|
||||||
{#if isSubmitting}
|
{#if isSubmitting}
|
||||||
|
<section in:slide>
|
||||||
<p>Einladung wird abgeschickt</p>
|
<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);
|
||||||
|
Loading…
Reference in New Issue
Block a user