application.css 702 B

1234567891011121314151617181920
  1. /*
  2. * This is a manifest file that'll automatically include all the stylesheets available in this directory
  3. * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
  4. * the top of the compiled file, but it's generally better to create a new file per style scope.
  5. *= require_self
  6. *= require ./bootstrap.css
  7. *= require ./jquery-ui.css
  8. *= require ./codemirror.css
  9. *= require ./cropper.css
  10. *= require ./fineuploader.css
  11. *= require ./font.css
  12. *= require ./svg-dimensions.css
  13. *= require ./highlighter-github.css
  14. *= require ./jquery.enableObjectResizingShim.css
  15. *= require ./zammad.scss
  16. *
  17. *= require_tree ./addons/
  18. *= require_tree ./custom/
  19. *
  20. */