Created the ErrorArea styles.sass

This commit is contained in:
Mathias Wagner 2023-06-01 19:42:12 +02:00
parent eaf57380d6
commit 95548d2742
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -0,0 +1,19 @@
@import "@/common/styles/colors"
.error-area
display: flex
align-items: center
border: 2px dashed $red
border-radius: 1.2rem
padding: 1rem 1rem
gap: 1rem
margin-bottom: 1rem
svg
font-size: 24pt
color: $red
h2
color: $darker-white
margin: 0
font-size: 20pt