application.css 701 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 ./cropper.min.css
  8. *= require ./fineuploader.css
  9. *= require ./ui-lightness/jquery-ui-1.8.23.custom.css
  10. *= require ./jquery.noty.css
  11. *= require ./bootstrap-tokenfield.css
  12. *= require ./noty_theme_twitter.css
  13. *= require ./sew.css
  14. *= require ./fonts/fira-sans.css
  15. *= require ./zammad.css.scss
  16. *
  17. *= require_tree ./custom/
  18. *
  19. */