File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 margin-top : 1em ;
1818}
1919
20- .login-form > .field > .input {
20+ .login-form > .field > .password {
2121 border : 1px solid # b6b6b6 ;
2222 box-sizing : border-box;
2323 padding : 1em ;
2424 flex : 1 ;
2525}
2626
27+ .login-form > .field > .user {
28+ display : none;
29+ }
30+
2731.login-form > .field > .submit {
2832 background-color : transparent;
2933 border : 1px solid # b6b6b6 ;
Original file line number Diff line number Diff line change @@ -40,9 +40,10 @@ export const Login: React.FunctionComponent<LoginProps> = (props) => {
4040 < div className = "sub" > Please log in below</ div >
4141 </ div >
4242 < div className = "field" >
43+ < input className = "user" type = "text" autoComplete = "username" />
4344 < input
4445 autoFocus
45- className = "input "
46+ className = "password "
4647 type = "password"
4748 placeholder = "password"
4849 autoComplete = "current-password"
You can’t perform that action at this time.
0 commit comments