mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
41 lines
626 B
SCSS
Vendored
41 lines
626 B
SCSS
Vendored
/*------------------------------------------------------------------
|
|
[Table of contents]
|
|
|
|
1. Layouts
|
|
2. Cards
|
|
3. Typography
|
|
4. Buttons
|
|
5. Alerts
|
|
6. Notifications
|
|
7. Progress Indicators
|
|
8. Modals
|
|
9. Tabs & Accordians
|
|
10. Form Elements
|
|
11. Tables & Datatables
|
|
12. Lists
|
|
13. Misc
|
|
14. Login
|
|
15. Products
|
|
16. Pricing Table
|
|
17. Chat
|
|
18. Email
|
|
19. Drag & Drop
|
|
20. Animation
|
|
-------------------------------------------------------------------*/
|
|
// Color functions
|
|
@import "color";
|
|
// Import Vars
|
|
@import "var";
|
|
// Mixins tools
|
|
@import "mixins";
|
|
// Includes of Modules
|
|
@import "modules";
|
|
// Responsive Util
|
|
@import "responsive";
|
|
|
|
|
|
|
|
|
|
|
|
|