Css adjustments
This commit is contained in:
@ -9,17 +9,17 @@ block content
|
|||||||
legend Login
|
legend Login
|
||||||
.form-group
|
.form-group
|
||||||
.col-sm-offset-2.col-sm-8
|
.col-sm-offset-2.col-sm-8
|
||||||
.btn-group.btn-group-justified
|
.btn-group.btn-group-justified.btn-group
|
||||||
a.btn.btn-sm.btn-primary.facebook(href='/auth/facebook')
|
a.btn.btn-primary.facebook(href='/auth/facebook')
|
||||||
i.fa.fa-facebook
|
i.fa.fa-facebook
|
||||||
| Facebook
|
| Facebook
|
||||||
a.btn.btn-sm.btn-info.twitter(href='/auth/twitter')
|
a.btn.btn-info.twitter(href='/auth/twitter')
|
||||||
i.fa.fa-twitter
|
i.fa.fa-twitter
|
||||||
| Twitter
|
| Twitter
|
||||||
a.btn.btn-sm.btn-default.github(href='/auth/github')
|
a.btn.btn-default.github(href='/auth/github')
|
||||||
i.fa.fa-github
|
i.fa.fa-github
|
||||||
| GitHub
|
| GitHub
|
||||||
a.btn.btn-sm.btn-danger.google(href='/auth/google')
|
a.btn.btn-danger.google(href='/auth/google')
|
||||||
i.fa.fa-google-plus
|
i.fa.fa-google-plus
|
||||||
| Google
|
| Google
|
||||||
.form-group
|
.form-group
|
||||||
@ -32,7 +32,7 @@ block content
|
|||||||
.input-group
|
.input-group
|
||||||
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
||||||
span.input-group-btn
|
span.input-group-btn
|
||||||
button.btn.btn-primary(type='submit') Go!
|
button.btn.btn-primary(type='submit') Go
|
||||||
.help-block
|
.help-block
|
||||||
a.pull-right(href='#') Forgot password?
|
a.pull-right(href='#') Forgot password?
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user