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

This commit is contained in:
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 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')

View File

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

View File

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