Added the styling for the TestAreaComponent.jsx (error text)

This commit is contained in:
Mathias Wagner
2022-08-29 20:17:41 +02:00
parent aa02acd445
commit 5629e5ffe1

View File

@@ -0,0 +1,16 @@
@import "@/common/styles/colors"
.error-text
margin: 0
font-size: 26pt
font-weight: 700
color: $darker-white
@media (max-width: 605px)
.error-text
text-align: center
width: 28rem
@media (max-width: 475px)
.error-text
width: 20rem