forked from External/greenlight
reorganize stylesheet directory structure
This commit is contained in:
@ -29,6 +29,6 @@
|
||||
*
|
||||
*= require jquery-ui
|
||||
*= require dataTables/bootstrap/3/jquery.dataTables.bootstrap
|
||||
*= require_tree .
|
||||
*= require_tree ./main
|
||||
*= require_self
|
||||
*/
|
||||
|
2
app/assets/stylesheets/fa/gl-fa.scss
Normal file
2
app/assets/stylesheets/fa/gl-fa.scss
Normal file
@ -0,0 +1,2 @@
|
||||
@import "font-awesome-sprockets";
|
||||
@import "font-awesome";
|
@ -18,9 +18,6 @@
|
||||
@import "bootstrap";
|
||||
@import "bootstrap-social";
|
||||
|
||||
@import "font-awesome-sprockets";
|
||||
@import "font-awesome";
|
||||
|
||||
|
||||
html, body {
|
||||
width: 100%;
|
Reference in New Issue
Block a user