1
0
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:
Rokt33r
2015-07-12 22:00:19 +09:00
parent 36eaebcbc7
commit 1d3e3f3c87
5 changed files with 22 additions and 7 deletions

View File

@@ -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>