Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

argon-dashboard.scss 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /*!
  2. =========================================================
  3. * Argon Dashboard - v1.1.0
  4. =========================================================
  5. * Product Page: https://www.creative-tim.com/product/argon-dashboard
  6. * Copyright 2018 Creative Tim (https://www.creative-tim.com)
  7. * Licensed under MIT (https://github.com/creativetimofficial/argon-dashboard/blob/master/LICENSE.md)
  8. * Coded by Creative Tim
  9. =========================================================
  10. * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  11. */
  12. // Core
  13. @import "argon-dashboard/custom/functions";
  14. @import "argon-dashboard/custom/variables";
  15. @import "argon-dashboard/custom/mixins";
  16. // bootstrap (4.3.1) components
  17. @import "argon-dashboard/bootstrap/root";
  18. @import "argon-dashboard/bootstrap/reboot";
  19. @import "argon-dashboard/bootstrap/type";
  20. @import "argon-dashboard/bootstrap/images";
  21. @import "argon-dashboard/bootstrap/code";
  22. @import "argon-dashboard/bootstrap/grid";
  23. @import "argon-dashboard/bootstrap/tables";
  24. @import "argon-dashboard/bootstrap/forms";
  25. @import "argon-dashboard/bootstrap/buttons";
  26. @import "argon-dashboard/bootstrap/transitions";
  27. @import "argon-dashboard/bootstrap/dropdown";
  28. @import "argon-dashboard/bootstrap/button-group";
  29. @import "argon-dashboard/bootstrap/input-group";
  30. @import "argon-dashboard/bootstrap/custom-forms";
  31. @import "argon-dashboard/bootstrap/nav";
  32. @import "argon-dashboard/bootstrap/navbar";
  33. @import "argon-dashboard/bootstrap/card";
  34. @import "argon-dashboard/bootstrap/breadcrumb";
  35. @import "argon-dashboard/bootstrap/pagination";
  36. @import "argon-dashboard/bootstrap/badge";
  37. @import "argon-dashboard/bootstrap/jumbotron";
  38. @import "argon-dashboard/bootstrap/alert";
  39. @import "argon-dashboard/bootstrap/progress";
  40. @import "argon-dashboard/bootstrap/media";
  41. @import "argon-dashboard/bootstrap/list-group";
  42. @import "argon-dashboard/bootstrap/close";
  43. @import "argon-dashboard/bootstrap/modal";
  44. @import "argon-dashboard/bootstrap/tooltip";
  45. @import "argon-dashboard/bootstrap/popover";
  46. @import "argon-dashboard/bootstrap/carousel";
  47. @import "argon-dashboard/bootstrap/utilities";
  48. @import "argon-dashboard/bootstrap/print";
  49. // Argon utilities and components
  50. @import "argon-dashboard/custom/reboot";
  51. @import "argon-dashboard/custom/utilities";
  52. @import "argon-dashboard/custom/components";
  53. // Vendor (Plugins)
  54. @import "argon-dashboard/custom/vendors";
  55. // Docs components
  56. @import "argon-dashboard/docs/variables";
  57. @import "argon-dashboard/docs/nav";
  58. @import "argon-dashboard/docs/clipboard-js";
  59. @import "argon-dashboard/docs/component-examples";
  60. @import "argon-dashboard/docs/prism";
  61. @import "argon-dashboard/docs/content";
  62. @import "argon-dashboard/docs/sidebar";
  63. @import "argon-dashboard/docs/footer";