1
0

Created the Waiting styles.sass

This commit is contained in:
Mathias Wagner 2023-11-18 23:40:26 +01:00
parent 7953aa3e93
commit 5a2d375c72
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,30 @@
@import "@styles/colors"
.waiting-state
display: flex
width: 100%
justify-content: space-around
.waiting-area
display: flex
flex-direction: column
width: 21rem
text-align: center
svg
font-size: 4rem
span
color: $primary
.info-area
padding: 1rem
width: 20rem
h2
margin: 0
p
margin-bottom: 0
span
color: $primary
font-weight: 800