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