mirror of https://github.com/vtrois/kratos
96 lines
2.4 KiB
SCSS
96 lines
2.4 KiB
SCSS
/**
|
|
*
|
|
* ---------------------------------------------------------
|
|
* CODESTAR FRAMEWORK CSS MAP
|
|
* ---------------------------------------------------------
|
|
*
|
|
* 01. Base
|
|
* 01. 01. Header
|
|
* 01. 02. Sticky
|
|
* 01. 03. Header Buttons
|
|
* 01. 04. Navigation
|
|
* 01. 05. Wrapper
|
|
* 01. 06. Content
|
|
* 01. 07. Section
|
|
* 01. 08. Footer
|
|
* 01. 09. Copyright
|
|
* 01. 10. Show All Settings
|
|
* 01. 11. Search Input
|
|
* 01. 12. Metabox
|
|
* 01. 13. Comment Metabox
|
|
* 01. 14. Help Tooltip
|
|
* 02. Themes
|
|
* 02. 01. Theme Dark
|
|
* 02. 02. Theme Light
|
|
* 03. Fields
|
|
* 03. 01. Field
|
|
* 03. 02. Field: accordion
|
|
* 03. 03. Field: background
|
|
* 03. 04. Field: backup
|
|
* 03. 05. Field: border, spacing, dimensions
|
|
* 03. 06. Field: button_set
|
|
* 03. 07. Field: checkbox, radio
|
|
* 03. 08. Field: code_editor
|
|
* 03. 09. Field: color
|
|
* 03. 10. Field: color_group
|
|
* 03. 11. Field: fieldset
|
|
* 03. 12. Field: date
|
|
* 03. 13. Field: gallery
|
|
* 03. 14. Field: group
|
|
* 03. 15. Field: icon
|
|
* 03. 16. Field: image_select
|
|
* 03. 17. Field: link_color
|
|
* 03. 18. Field: map
|
|
* 03. 19. Field: media
|
|
* 03. 20. Field: palette
|
|
* 03. 21. Field: repeater
|
|
* 03. 22. Field: select
|
|
* 03. 23. Field: slider
|
|
* 03. 24. Field: sortable
|
|
* 03. 25. Field: sorter
|
|
* 03. 26. Field: spinner
|
|
* 03. 27. Field: switcher
|
|
* 03. 28. Field: tabbed
|
|
* 03. 29. Field: text
|
|
* 03. 30. Field: textarea
|
|
* 03. 31. Field: typography
|
|
* 03. 32. Field: upload
|
|
* 03. 33. Field: wp_editor
|
|
* 03. 34. Field: heading
|
|
* 03. 35. Field: subheading
|
|
* 03. 36. Field: submessage
|
|
* 03. 37. Field: notice
|
|
* 03. 38. Field: number
|
|
* 03. 39. Field: link
|
|
* 03. 40. Field: others
|
|
* 04. Widget
|
|
* 05. Customizer
|
|
* 06. Taxonomy
|
|
* 07. Profile
|
|
* 08. Nav Menu
|
|
* 09. Modal
|
|
* 09. 01. Shortcode Modal
|
|
* 09. 02. Gutenberg Modal
|
|
* 09. 03. Icon Modal
|
|
* 10. Helper
|
|
* 11. Welcome Page
|
|
* 12. Responsive
|
|
* 13. Others
|
|
*
|
|
* ---------------------------------------------------------
|
|
*
|
|
*/
|
|
@import "vendor/base";
|
|
@import "vendor/themes";
|
|
@import "vendor/fields";
|
|
@import "vendor/widget";
|
|
@import "vendor/customizer";
|
|
@import "vendor/taxonomy";
|
|
@import "vendor/navmenu";
|
|
@import "vendor/profile";
|
|
@import "vendor/modal";
|
|
@import "vendor/helper";
|
|
@import "vendor/welcome";
|
|
@import "vendor/responsive";
|
|
@import "vendor/chosen";
|