responsive.scss 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /* -------------------------------------------------------
  2. Theme Name: Crafto - The Multipurpose HTML5 Template
  3. Theme URL: https://craftohtml.themezaa.com/
  4. Description: Elevate your online presence with Crafto - a modern, versatile, multipurpose Bootstrap 5 responsive HTML5, SCSS template using highly creative 48+ ready demos.
  5. Author: ThemeZaa - https://www.themezaa.com/
  6. Author ThemeForest URL: https://themeforest.net/user/themezaa
  7. Copyright(c) 2024 themezaa.com
  8. Version: 1.0
  9. ------------------------------------------------------- */
  10. // Initialize
  11. @import "variables"; // For SCSS variables
  12. @import "mixins/mixins";
  13. // Core CSS
  14. @import "theme-responsive/core/reset";
  15. @import "theme-responsive/core/typography";
  16. @import "theme-responsive/core/classes";
  17. @import "theme-responsive/core/loop";
  18. // Header
  19. @import "theme-responsive/header/header";
  20. // Page title
  21. @import "theme-responsive/titlebar/page-titles";
  22. // Layouts
  23. @import "theme-responsive/layouts/sidebar";
  24. @import "theme-responsive/layouts/grid";
  25. // Elements
  26. @import "theme-responsive/elements/accordions-and-toggles";
  27. @import "theme-responsive/elements/alert-box";
  28. @import "theme-responsive/elements/blockquote";
  29. @import "theme-responsive/elements/buttons";
  30. @import "theme-responsive/elements/clients";
  31. @import "theme-responsive/elements/columns";
  32. @import "theme-responsive/elements/contact-form";
  33. @import "theme-responsive/elements/content-carousel";
  34. @import "theme-responsive/elements/countdown";
  35. @import "theme-responsive/elements/counters";
  36. @import "theme-responsive/elements/divider";
  37. @import "theme-responsive/elements/drop-caps";
  38. @import "theme-responsive/elements/event";
  39. @import "theme-responsive/elements/fancy-heading";
  40. @import "theme-responsive/elements/fancy-text-box";
  41. @import "theme-responsive/elements/google-map";
  42. @import "theme-responsive/elements/heading";
  43. @import "theme-responsive/elements/highlights";
  44. @import "theme-responsive/elements/icon-with-text";
  45. @import "theme-responsive/elements/image-gallery";
  46. @import "theme-responsive/elements/instagram";
  47. @import "theme-responsive/elements/interactive-banners";
  48. @import "theme-responsive/elements/lists";
  49. @import "theme-responsive/elements/media";
  50. @import "theme-responsive/elements/modal-popup";
  51. @import "theme-responsive/elements/parallax-scrolling";
  52. @import "theme-responsive/elements/particles";
  53. @import "theme-responsive/elements/pie-chart";
  54. @import "theme-responsive/elements/pricing-table";
  55. @import "theme-responsive/elements/process-step";
  56. @import "theme-responsive/elements/progress-bar";
  57. @import "theme-responsive/elements/reviews";
  58. @import "theme-responsive/elements/rotate-box";
  59. @import "theme-responsive/elements/services";
  60. @import "theme-responsive/elements/sliding-box";
  61. @import "theme-responsive/elements/social-icons";
  62. @import "theme-responsive/elements/subscribe";
  63. @import "theme-responsive/elements/tab";
  64. @import "theme-responsive/elements/team";
  65. @import "theme-responsive/elements/testimonials";
  66. // Blog
  67. @import "theme-responsive/blog/blog";
  68. // Portfolio
  69. @import "theme-responsive/portfolio/portfolio";
  70. // Shop
  71. @import "theme-responsive/shop/shop";
  72. // Footer
  73. @import "theme-responsive/footer/footer";