mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-23 06:31:51 +00:00
update Login/Register Container style & fix OnlyGuest Mixin
This commit is contained in:
@@ -63,7 +63,7 @@ module.exports = React.createClass({
|
||||
<input className='stripInput' valueLink={this.linkState('password')} onChange={this.handleChange} type='password' placeholder='Password'/>
|
||||
</div>
|
||||
<div className='form-group'>
|
||||
<button className='btn-primary' type='submit'><i className='fa fa-sign-in'></i> Log In</button>
|
||||
<button className='btn-primary' type='submit'>Log In</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user