From 7c77d0375f6543495212e98a5050a6e273cc9e33 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 19:34:05 +0100 Subject: [PATCH] Updated the Create styles.sass --- client/src/pages/Create/styles.sass | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/client/src/pages/Create/styles.sass b/client/src/pages/Create/styles.sass index e69de29..0fe1c3a 100644 --- a/client/src/pages/Create/styles.sass +++ b/client/src/pages/Create/styles.sass @@ -0,0 +1,29 @@ +@import "@styles/colors" + +.create-page + display: flex + align-items: center + justify-content: center + gap: 15vw + height: 100% + + .info-area + width: 40rem + .info-area h2 + font-size: 2.5rem + font-weight: 800 + margin-bottom: 1rem + + .info-area span + color: $primary + + .qr-area + background-color: $text + padding: 1rem + border-radius: 1rem + .qr-area svg + width: 12rem + height: 12rem + +.create-page * + z-index: 2 \ No newline at end of file