From 401f057b0447cf88df121324e16af5cfad329ace Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Thu, 4 Jan 2024 12:23:46 +0100 Subject: [PATCH] Basic design --- .../builder/app/updating/[application].svelte | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages/builder/src/pages/builder/app/updating/[application].svelte b/packages/builder/src/pages/builder/app/updating/[application].svelte index 0ea9de2ee3..bbcdccf917 100644 --- a/packages/builder/src/pages/builder/app/updating/[application].svelte +++ b/packages/builder/src/pages/builder/app/updating/[application].svelte @@ -33,6 +33,11 @@
+

+ 🛠️ We are updating the system.
Please wait, we will be back in a + second! +

+
@@ -40,5 +45,15 @@ .loading { display: flex; justify-content: center; + align-items: center; + justify-content: center; + flex-direction: column; + gap: var(--spacing-xl); + height: 100vh; + margin: 0; + } + .loading-message { + text-align: center; + font-size: 18px; }