tweak writing styles to work with textarea and textinput

This commit is contained in:
Brooke 2018-05-25 11:45:33 -07:00
parent 22d856ceca
commit 3c4a0fd201

View File

@ -124,9 +124,9 @@ styles =
[ Nri.Ui.Fonts.V1.quizFont
, fontSize (px 20)
, lineHeight (px 25)
, minHeight (px 150)
, padding (px 15)
, paddingTop (px 20)
, height auto
]
, class Label
[ border3 (px 1) solid gray75
@ -140,6 +140,9 @@ styles =
, color white
, borderColor azure
]
, selector "textarea"
[ minHeight (px 150)
]
]
, withClass IsInError
[ descendants