We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85335fa commit eabe153Copy full SHA for eabe153
app/components/Login/Login.js
@@ -47,22 +47,24 @@ class Login extends React.Component
47
<div className="box">
48
<ErrorComponent error={this.state.error} />
49
<label className="label">Username</label>
50
- <p className="control">
+ <p className="control has-icon">
51
<input
52
ref='username'
53
className="input"
54
type="text"
55
placeholder="Ex: jsmith"
56
/>
57
+ <i className="fa fa-user" />
58
</p>
59
<label className="label">Password</label>
60
61
62
ref='password'
63
64
type="password"
65
placeholder="●●●●●●●"
66
67
+ <i className="fa fa-lock" />
68
69
<hr />
70
<p className="control">
0 commit comments