Created the ErrorArea styles.sass
This commit is contained in:
parent
eaf57380d6
commit
95548d2742
19
client/src/common/components/ErrorArea/styles.sass
Normal file
19
client/src/common/components/ErrorArea/styles.sass
Normal 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
|
Reference in New Issue
Block a user