removed font-awesome icons from buttons on signup, login, contact

pull/2/head
Sahat Yalkabov 2014-06-26 13:17:43 -04:00
parent 16e5586106
commit a742e01a65
3 changed files with 3 additions and 9 deletions

View File

@ -12,9 +12,7 @@ block content
label.control-label(for='password') Password
input.form-control(type='password', name='password', id='password', placeholder='Password')
.form-group
button.btn.btn-primary(type='submit')
i.fa.fa-unlock-alt
| Login
button.btn.btn-primary(type='submit') Login
a.btn.btn-link(href='/forgot') Forgot your password?
hr
a.btn.btn-block.btn-facebook.btn-social(href='/auth/facebook')

View File

@ -18,6 +18,4 @@ block content
input.form-control(type='password', name='confirmPassword', id='confirmPassword', placeholder='Confirm Password')
.form-group
.col-sm-offset-3.col-sm-7
button.btn.btn-success(type='submit')
i.fa.fa-check
| Signup
button.btn.btn-success(type='submit') Signup

View File

@ -20,6 +20,4 @@ block content
textarea.form-control(type='text', name='message', id='message', rows='7')
.form-group
.col-sm-offset-2.col-sm-8
button.btn.btn-default(type='submit')
i.fa.fa-mail-forward
| Send
button.btn.btn-primary(type='submit') Send