application.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. * This is a manifest file that'll be compiled into application.css, which will include all the files
  3. * listed below.
  4. *
  5. * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
  6. * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
  7. *
  8. * You're free to add application-wide styles to this file and they'll appear at the bottom of the
  9. * compiled file so the styles you add here take precedence over styles defined in any styles
  10. * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
  11. * file per style scope.
  12. *
  13. *= require main.scss
  14. *= require select2
  15. *= require select2-bootstrap
  16. *= require simple-line-icons
  17. *= require dataTables/extras/dataTables.responsive
  18. *= require dataTables/extras/dataTables.tableTools
  19. *= require dataTables/bootstrap/3/jquery.dataTables.bootstrap
  20. *= require multi-select.css
  21. *= require uniform/uniform.default.css
  22. *= require bootstrap-fileinput.css
  23. *= require bootstrap-multiselect
  24. *= require global/profile.css
  25. *= require global/components-rounded.css
  26. *= require global/plugins.css
  27. *= require global/custom.css
  28. *= require global/yellow-crusta.css
  29. *= require typeahead.css
  30. *= require toastr
  31. *= require bootstrap-datetimepicker
  32. *= require prettify
  33. *= require bootstrap-tagsinput
  34. *= require font-awesome
  35. *= require custom
  36. */