forked from External/greenlight
reorganize stylesheet directory structure
This commit is contained in:
parent
abe532afcf
commit
6c374bd0c0
|
@ -29,6 +29,6 @@
|
||||||
*
|
*
|
||||||
*= require jquery-ui
|
*= require jquery-ui
|
||||||
*= require dataTables/bootstrap/3/jquery.dataTables.bootstrap
|
*= require dataTables/bootstrap/3/jquery.dataTables.bootstrap
|
||||||
*= require_tree .
|
*= require_tree ./main
|
||||||
*= require_self
|
*= require_self
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
@import "font-awesome-sprockets";
|
||||||
|
@import "font-awesome";
|
|
@ -18,9 +18,6 @@
|
||||||
@import "bootstrap";
|
@import "bootstrap";
|
||||||
@import "bootstrap-social";
|
@import "bootstrap-social";
|
||||||
|
|
||||||
@import "font-awesome-sprockets";
|
|
||||||
@import "font-awesome";
|
|
||||||
|
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
width: 100%;
|
width: 100%;
|
|
@ -8,4 +8,4 @@ Rails.application.config.assets.version = '1.0'
|
||||||
|
|
||||||
# Precompile additional assets.
|
# Precompile additional assets.
|
||||||
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
|
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
|
||||||
# Rails.application.config.assets.precompile += %w( search.js )
|
Rails.application.config.assets.precompile += %w( fa/gl-fa.css )
|
||||||
|
|
Loading…
Reference in New Issue