mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-13 17:19:12 -06:00
Added the styling for the TestAreaComponent.jsx (error text)
This commit is contained in:
16
client/src/pages/Home/components/TestArea/styles.sass
Normal file
16
client/src/pages/Home/components/TestArea/styles.sass
Normal 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
|
||||
Reference in New Issue
Block a user