soft-ui-dashboard.scss 911 B

12345678910111213141516171819202122232425262728293031
  1. // =========================================================
  2. // * Soft UI Dashboard - v1.0.7
  3. // =========================================================
  4. //
  5. // * Product Page: https://www.creative-tim.com/product/soft-ui-dashboard
  6. // * Copyright 2022 Creative Tim (https://www.creative-tim.com)
  7. //
  8. // Coded by www.creative-tim.com
  9. //
  10. // =========================================================
  11. //
  12. // * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  13. // Bootstrap Functions
  14. @import "soft-ui-dashboard/bootstrap/functions";
  15. // Custom Variables
  16. @import "soft-ui-dashboard/custom/variables";
  17. // Theme Variables
  18. @import "soft-ui-dashboard/variables";
  19. // Bootstrap Core
  20. @import "soft-ui-dashboard/bootstrap/bootstrap";
  21. // Theme Core
  22. @import "soft-ui-dashboard/theme";
  23. // Custom Variables
  24. @import "soft-ui-dashboard/custom/styles";