1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-22 06:01:45 +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

@@ -73,11 +73,11 @@ module.exports = React.createClass({
<input className='stripInput' valueLink={this.linkState('profileName')} type='text' placeholder='Profile name'/>
</div>
<div className='form-group'>
<button className='btn-primary' type='submit'><i className='fa fa-sign-in'></i> Sign Up</button>
<button className='btn-primary' type='submit'>Sign Up</button>
</div>
</form>
<p>Sign Upをクリックすることで当サイトの利用規約及びCookieの使用を含むデータに関するポリシーに同意するものとします</p>
<p className='alert'>会員登録することで当サイトの利用規約及びCookieの使用を含むデータに関するポリシーに同意するものとします</p>
</div>
)
}