You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
2.5 KiB

  1. /*
  2. ████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗
  3. ╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝
  4. ██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗
  5. ██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║
  6. ██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║
  7. ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝
  8. */
  9. /*******************************
  10. Theme Selection
  11. *******************************/
  12. /* To override a theme for an individual element
  13. specify theme name below
  14. */
  15. /* Global */
  16. @site : 'default';
  17. @reset : 'default';
  18. /* Elements */
  19. @button : 'default';
  20. @container : 'default';
  21. @divider : 'default';
  22. @flag : 'default';
  23. @header : 'default';
  24. @icon : 'default';
  25. @image : 'default';
  26. @input : 'default';
  27. @label : 'default';
  28. @list : 'default';
  29. @loader : 'default';
  30. @rail : 'default';
  31. @reveal : 'default';
  32. @segment : 'default';
  33. @step : 'default';
  34. /* Collections */
  35. @breadcrumb : 'default';
  36. @form : 'default';
  37. @grid : 'default';
  38. @menu : 'default';
  39. @message : 'default';
  40. @table : 'default';
  41. /* Modules */
  42. @accordion : 'default';
  43. @checkbox : 'default';
  44. @dimmer : 'default';
  45. @dropdown : 'default';
  46. @modal : 'default';
  47. @nag : 'default';
  48. @popup : 'default';
  49. @progress : 'default';
  50. @rating : 'default';
  51. @search : 'default';
  52. @shape : 'default';
  53. @sidebar : 'default';
  54. @sticky : 'default';
  55. @tab : 'default';
  56. @transition : 'default';
  57. @video : 'default';
  58. /* Views */
  59. @ad : 'default';
  60. @card : 'default';
  61. @comment : 'default';
  62. @feed : 'default';
  63. @item : 'default';
  64. @statistic : 'default';
  65. /*******************************
  66. Folders
  67. *******************************/
  68. /* Path to theme packages */
  69. @themesFolder : 'themes/';
  70. /* Path to site override folder */
  71. @siteFolder : 'site/';
  72. /*******************************
  73. Import Theme
  74. *******************************/
  75. @import "theme.less";
  76. /* End Config */