UNPKG
ghg-react
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
A library of React components for my own use.
ghg-react
/
lib
/
TextInputBEM
/
textInput.css
12 lines
(9 loc)
•
136 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
.textinput
{
margin-bottom
:
16px
; }
.textinput__error
{
color
: red; }
.textinput__input--state-error
{
border
: solid
1px
red; }