application.css.scss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 vendor/assets/stylesheets of plugins, if any, 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 top of the
  9. * compiled file, but it's generally better to create a new file per style scope.
  10. *
  11. *= require select2
  12. *= require select2-bootstrap
  13. *
  14. */
  15. /* Also, remember to change bootstrap-custom.scss if you want to add or remove bootstrap modules*/
  16. // See bourbon https://github.com/thoughtbot/bourbon
  17. /* Bootstrap Sass stuff */
  18. @import "bourbon";
  19. @import "application/fonts";
  20. @import "application/ion_icons";
  21. /* Fontello generated files */
  22. @import "eff-icon-font";
  23. @import "animation";
  24. /* Bootstrap and its variables */
  25. @import "application/bootstrap-custom";
  26. @import "application/variables";
  27. /* Common files */
  28. @import "application/base";
  29. @import "application/social-buttons";
  30. @import "application/partner_pages";
  31. @import "application/mixins";
  32. //@import "footer";
  33. /* Controllers*/
  34. @import "welcome";
  35. @import "users";
  36. @import "action_page";
  37. @import "sweetalert";
  38. @import "sessions"
  39. /*
  40. *= require jquery.fileupload-ui
  41. */