trabajo-afectivo/app/assets/stylesheets/application.css

18 lines
569 B
CSS
Raw Normal View History

2012-04-10 13:31:21 +00:00
/*
2012-04-10 14:06:46 +00:00
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
2012-04-10 13:31:21 +00:00
*= require_self
2012-04-16 12:20:20 +00:00
*= require ./bootstrap.css
*= require ./cropper.css
*= require ./fineuploader.css
2015-09-30 14:18:33 +00:00
*= require ./font.css
*= require ./svg-dimensions.css
*= require ./highlighter-github.css
2015-09-29 12:07:25 +00:00
*= require ./zammad.scss
*
*= require_tree ./custom/
2013-07-30 13:58:33 +00:00
*
2012-04-10 13:31:21 +00:00
*/
2012-04-10 14:06:46 +00:00