1
0

Updated the Create styles.sass

This commit is contained in:
Mathias Wagner 2023-11-18 19:34:05 +01:00
parent 3d0882592f
commit 7c77d0375f
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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