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.

47 lines
912 B

11 years ago
  1. /*******************************
  2. Standard
  3. *******************************/
  4. /*-------------------
  5. Divider
  6. --------------------*/
  7. @highlightWidth: 1px;
  8. @highlightColor: rgba(255, 255, 255, 0.8);
  9. @shadowWidth: 1px;
  10. @shadowColor: rgba(0, 0, 0, 0.1);
  11. @dividerTextColor: @textColor;
  12. /*-------------------
  13. Coupling
  14. --------------------*/
  15. /* Icon */
  16. @dividerIconSize: 1rem;
  17. @dividerIconMargin: 0rem;
  18. /*******************************
  19. Variations
  20. *******************************/
  21. /* Horizontal / Vertical */
  22. @directionalFontSize: 0.875rem;
  23. @directionalTextColor: @invertedLightTextColor;
  24. @horizontalDividerVerticalMargin: 1rem;
  25. @horizontalDividerHorizontalMargin: 1.5rem;
  26. @verticalDividerWidth: 6%;
  27. /* Inverted */
  28. @invertedTextColor: @white;
  29. @invertedHighlightColor: rgba(255, 255, 255, 0.15);
  30. @invertedShadowColor: rgba(0, 0, 0, 0.15);
  31. /* Section */
  32. @sectionMargin: 2rem;