From ec2c6f5e29cc9aa68ef0b7705839a1bf4275e160 Mon Sep 17 00:00:00 2001 From: Allan Lasser Date: Tue, 16 Apr 2024 12:48:58 -0400 Subject: [PATCH] Styling for upload page --- src/routes/app/upload/+page.svelte | 57 ++++++++++++++++++++---------- 1 file changed, 38 insertions(+), 19 deletions(-) diff --git a/src/routes/app/upload/+page.svelte b/src/routes/app/upload/+page.svelte index 0bf2e00d7..183db1d36 100644 --- a/src/routes/app/upload/+page.svelte +++ b/src/routes/app/upload/+page.svelte @@ -14,23 +14,42 @@ Upload | DocumentCloud - - -

Upload documents

+
+ + +

Upload documents

- {#if form?.success} -

- {form?.message} -

- {:else if form?.error} -

- {form?.error} -

- {:else} -

- Select or drag a document to begin the document upload process. You will - then be able to edit document information. -

- {/if} -
-
+ {#if form?.success} +

+ {form?.message} +

+ {:else if form?.error} +

+ {form?.error} +

+ {:else} +

+ Select or drag a document to begin the document upload process. You + will then be able to edit document information. +

+ {/if} + + +
+ +