Add font awesome
This commit is contained in:
parent
80befb41c6
commit
6f37cbf8ac
3 changed files with 8 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -88,3 +88,5 @@ gem 'high_voltage', '~> 2.4.0'
|
||||||
|
|
||||||
# Errors on errbit
|
# Errors on errbit
|
||||||
gem 'airbrake'
|
gem 'airbrake'
|
||||||
|
|
||||||
|
gem 'font-awesome-sass'
|
||||||
|
|
|
@ -101,6 +101,8 @@ GEM
|
||||||
i18n (~> 0.5)
|
i18n (~> 0.5)
|
||||||
faraday (0.9.1)
|
faraday (0.9.1)
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
|
font-awesome-sass (4.4.0)
|
||||||
|
sass (>= 3.2)
|
||||||
globalid (0.3.6)
|
globalid (0.3.6)
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
haml (4.0.7)
|
haml (4.0.7)
|
||||||
|
@ -292,6 +294,7 @@ DEPENDENCIES
|
||||||
devise
|
devise
|
||||||
factory_girl_rails
|
factory_girl_rails
|
||||||
faker
|
faker
|
||||||
|
font-awesome-sass
|
||||||
haml-rails (~> 0.9)
|
haml-rails (~> 0.9)
|
||||||
high_voltage (~> 2.4.0)
|
high_voltage (~> 2.4.0)
|
||||||
jbuilder (~> 2.0)
|
jbuilder (~> 2.0)
|
||||||
|
|
|
@ -6,7 +6,9 @@
|
||||||
.panel-body
|
.panel-body
|
||||||
.pure-g
|
.pure-g
|
||||||
.bound.input-listen.pure-u-1{ 'data-input-type': 'date-range' }
|
.bound.input-listen.pure-u-1{ 'data-input-type': 'date-range' }
|
||||||
%input.lower-bound{type: 'date', placeholder: 'after'}
|
%fieldset.pure-group-inline
|
||||||
|
%span.fa.fa-calendar.pure-group-addon
|
||||||
|
%input.lower-bound{type: 'date', placeholder: 'after'}
|
||||||
\-
|
\-
|
||||||
%input.upper-bound{type: 'date', placeholder: 'before'}
|
%input.upper-bound{type: 'date', placeholder: 'before'}
|
||||||
.pure-g
|
.pure-g
|
||||||
|
|
Loading…
Reference in a new issue