mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 05:32:18 +00:00
Login Formatting
This commit is contained in:
parent
3555d2b768
commit
965df85383
2 changed files with 8 additions and 1 deletions
|
@ -1,10 +1,15 @@
|
|||
.loginBody {
|
||||
padding: 20px 5px 5px 5px;
|
||||
font-size: 16pt;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.loginFields {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.loginButton {
|
||||
height: 50px;
|
||||
width: 295px;
|
||||
width: 100%;
|
||||
margin-top:-5px;
|
||||
}
|
|
@ -77,6 +77,7 @@ class About extends React.Component {
|
|||
Email / Username<br/>
|
||||
<input
|
||||
type="text"
|
||||
className="loginFields"
|
||||
value={this.state.username}
|
||||
onChange={this.handleUsernameChange}
|
||||
/>
|
||||
|
@ -86,6 +87,7 @@ class About extends React.Component {
|
|||
Password<br/>
|
||||
<input
|
||||
type="password"
|
||||
className="loginFields"
|
||||
value={this.state.password}
|
||||
onChange={this.handlePasswordChange}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue