atlantis.scss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /*!
  2. [Table of contents]
  3. * Background
  4. * Typography
  5. * Layouts
  6. + Body & Wrapper
  7. + Main Header
  8. + Sidebar
  9. * Layouts Color
  10. * Components
  11. + Breadcrumbs
  12. + Cards
  13. - Card Stats
  14. - Card Task
  15. - Card States
  16. - Card Posts
  17. - Card Pricing
  18. - Card Annoucement
  19. - Card Profile
  20. - Accordion
  21. + Inputs
  22. + Tables
  23. + Navbars
  24. + Navsearch
  25. + Badges
  26. + Dropdowns
  27. + Charts
  28. + Alerts
  29. + Buttons
  30. + Navtabs
  31. + Popovers
  32. + Progress
  33. + Paginations
  34. + Sliders
  35. + Modals
  36. + Timeline
  37. + Maps
  38. + Invoice
  39. + Messages
  40. + Tasks
  41. + Settings
  42. * Plugins
  43. + jQueryUI
  44. + jQuery Scrollbar
  45. + Css Animate
  46. + Full Calendar
  47. + SweetAlert
  48. + Datatables
  49. * Responsive
  50. # [Color codes]
  51. body-text-color: #575962
  52. white-color: #ffffff
  53. black-color: #191919
  54. transparent-bg : transparent
  55. default-color : #282a3c
  56. primary-color : #177dff
  57. secondary-color : #716aca
  58. info-color : #36a3f7
  59. success-color : #35cd3a
  60. warning-color : #ffa534
  61. danger-color : #f3545d
  62. -------------------------------------------------------------------*/
  63. @import "atlantis/variables";
  64. @import "atlantis/outlinefocus";
  65. @import "atlantis/typography";
  66. @import "atlantis/opacity";
  67. //layouts
  68. @import "atlantis/layouts";
  69. @import "atlantis/layouts-colors";
  70. //components
  71. @import "atlantis/components";
  72. //plugins
  73. @import "atlantis/plugins";
  74. //responsive
  75. @import "atlantis/responsive";
  76. //Background
  77. @import "atlantis/background";