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.

68 lines
1.6 KiB

  1. /*-------------------
  2. Collection
  3. --------------------*/
  4. @verticalPadding : 1em;
  5. @horizontalPadding : 1.25em;
  6. @background : #FFFFFF linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
  7. @fontWeight : normal;
  8. @activeBorderSize : 0em;
  9. @hoverBackground : rgba(0, 0, 0, 0.02);
  10. @downBackground : rgba(0, 0, 0, 0.06);
  11. @activeBackground : rgba(0, 0, 0, 0.04);
  12. @activeHoverBackground : rgba(0, 0, 0, 0.04);
  13. @boxShadow :
  14. 0px 1px 2px 0px rgba(0, 0, 0, 0.15),
  15. 0px 0px 0px 1px rgba(0, 0, 0, 0.05)
  16. ;
  17. @headerBackground: rgba(0, 0, 0, 0.08);
  18. @subMenuMargin: 1em;
  19. @subMenuFontSize: 0.9rem;
  20. @subMenuHorizontalPadding: 0.7em;
  21. @arrowHoverColor: #EEEEEE;
  22. @arrowActiveColor: #EEEEEE;
  23. @arrowVerticalHoverColor: #F4F4F4;
  24. @arrowVerticalActiveColor: #F4F4F4;
  25. @dividerBackground: #E8E8E8;
  26. @verticalDividerBackground: #E8E8E8;
  27. /*-------------------
  28. Elements
  29. --------------------*/
  30. @inputVerticalPadding: 0.65em;
  31. @inputIconOffset: -0.1em;
  32. @buttonOffset: -0.15em;
  33. @buttonVerticalPadding: 0.75em;
  34. /*-------------------
  35. Types
  36. --------------------*/
  37. @paginationMinWidth: 3.5em;
  38. @tieredActiveItemBackground: #F5F5F5;
  39. @tieredActiveMenuBackground: #F5F5F5;
  40. /*-------------------
  41. Variations
  42. --------------------*/
  43. @verticalBackground: #FFFFFF;
  44. @verticalItemBackground: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  45. @invertedBackground: #333333 linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.15));
  46. @invertedBoxShadow :
  47. 0px 1px 2px 0px rgba(0, 0, 0, 0.15),
  48. 0px 0px 0px 1px rgba(255, 255, 255, 0.15)
  49. ;
  50. @secondaryVerticalPadding: 0.75em;