/* * Template Name: Sublime - Web Application Admin Template * Version: 1.0 * Author: Nyasha * Website: http://www.nyasha.me/ * Themeforest Portfolio: http://themeforest.net/user/iamnyasha/portfolio?ref=iamnyasha */ /* Table of Contents * [SECTION]...........[DESCRIPTION] 1. Reset...............Set defaults 2. Header..............Header element styles 3. Sidebar.............Main sidebar 4. Content Layout......App layout content (also contains Modal, Well, and list-group styles) 5. Off Screen..........Off Screen styles 6. Alerts..............Custom bootstrap alert styles 7. Breadcrumbs.........Custom bootstrap breadcrumb styles 8. Pagination..........Custom bootstrap pagination styles 9. Tables..............Custom bootstrap tables styles 10. Panels..............Custom bootstrap panel styles 11. Forms...............Custom bootstrap form styles 12. Popover.............Custom bootstrap popover styles 13. Tooltip.............Custom bootstrap tooltip styles 14. Badge...............Custom bootstrap badge styles 15. Presentation........Custom bootstrap styles 16. Dropdown............Custom bootstrap dropdown styles 17. Progress-Bar........Custom bootstrap progress bar styles 18. Buttons.............Custom bootstrap button styles 19. Navbar..............Custom bootstrap Navbar styles 20. Navs................Custom bootstrap navs styles 21. Labels..............Custom bootstrap labels styles 22. Carousel............Custom bootstrap carousel styles 23. Chat Box............Mail, Chat box and chat widget styles 24. Tasks...............Tasks page styles 25. Timeline............Timeline page styles 26. Catalog.......Catalog page styles 27. Gallery.............Photo Gallery styles 28. 400_500.............404, 500, Signin, Signup and lockscreen page styles 29. Widgets.............Widget styles 30. Switchery...........Switchery iOS switches styles 31. Sortable............Nestable and Sortable elements 32. FuelUX..............FuelUX elements (Custom checkbox, custom radio boxes, form wizard, pill box, spinner styles) 33. Charts..............Chart and map elements 34. Utilities...........Helper classes (margins, paddings, borders, and resets) 35. Color Scheme........Theme color palette 36. Plugins........Theme plugin styles Quickly jump to a desired section by doing (CMD/CTRL + F $[SECTION]) */ // Core Variables and Mixins @import "variables"; @import "mixins.less"; // Core Styles @import "scaffolding"; @import "header"; @import "sidebar"; @import "structure"; @import "offscreen"; // Widgets @import "widgets"; //Bootstrap Elements @import "modules/scheme"; @import "modules/bootstrap"; @import "modules/table"; @import "modules/panel"; @import "modules/forms"; @import "modules/dropdown"; @import "modules/progress"; @import "modules/buttons"; @import "modules/navbar"; @import "modules/navs"; @import "modules/labels"; @import "modules/carousel"; // Pages @import "pages/chat"; @import "pages/timeline"; @import "pages/catalog"; @import "pages/gallery"; @import "pages/400_500"; // Plugins @import "plugins"; // Utility classes @import "utilities"; @import "demo";