removed font-awesome icons from buttons on signup, login, contact
This commit is contained in:
@ -12,9 +12,7 @@ block content
|
|||||||
label.control-label(for='password') Password
|
label.control-label(for='password') Password
|
||||||
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
||||||
.form-group
|
.form-group
|
||||||
button.btn.btn-primary(type='submit')
|
button.btn.btn-primary(type='submit') Login
|
||||||
i.fa.fa-unlock-alt
|
|
||||||
| Login
|
|
||||||
a.btn.btn-link(href='/forgot') Forgot your password?
|
a.btn.btn-link(href='/forgot') Forgot your password?
|
||||||
hr
|
hr
|
||||||
a.btn.btn-block.btn-facebook.btn-social(href='/auth/facebook')
|
a.btn.btn-block.btn-facebook.btn-social(href='/auth/facebook')
|
||||||
|
@ -18,6 +18,4 @@ block content
|
|||||||
input.form-control(type='password', name='confirmPassword', id='confirmPassword', placeholder='Confirm Password')
|
input.form-control(type='password', name='confirmPassword', id='confirmPassword', placeholder='Confirm Password')
|
||||||
.form-group
|
.form-group
|
||||||
.col-sm-offset-3.col-sm-7
|
.col-sm-offset-3.col-sm-7
|
||||||
button.btn.btn-success(type='submit')
|
button.btn.btn-success(type='submit') Signup
|
||||||
i.fa.fa-check
|
|
||||||
| Signup
|
|
||||||
|
@ -20,6 +20,4 @@ block content
|
|||||||
textarea.form-control(type='text', name='message', id='message', rows='7')
|
textarea.form-control(type='text', name='message', id='message', rows='7')
|
||||||
.form-group
|
.form-group
|
||||||
.col-sm-offset-2.col-sm-8
|
.col-sm-offset-2.col-sm-8
|
||||||
button.btn.btn-default(type='submit')
|
button.btn.btn-primary(type='submit') Send
|
||||||
i.fa.fa-mail-forward
|
|
||||||
| Send
|
|
||||||
|
Reference in New Issue
Block a user