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.

48 lines
944 B

10 years ago
10 years ago
  1. /*******************************
  2. Divider
  3. *******************************/
  4. /*-------------------
  5. Element
  6. --------------------*/
  7. @dividerMargin: 1rem;
  8. @highlightWidth: 1px;
  9. @highlightColor: rgba(255, 255, 255, 0.2);
  10. @shadowWidth: 1px;
  11. @shadowColor: rgba(0, 0, 0, 0.1);
  12. /* Text */
  13. @fontWeight: bold;
  14. @color: @darkTextColor;
  15. @textTransform: uppercase;
  16. /*-------------------
  17. Coupling
  18. --------------------*/
  19. /* Icon */
  20. @dividerIconSize: 1rem;
  21. @dividerIconMargin: 0rem;
  22. /*******************************
  23. Variations
  24. *******************************/
  25. /* Horizontal / Vertical */
  26. @horizontalMargin: '';
  27. @horizontalDividerMargin: 1.5%;
  28. @verticalDividerMargin: 1rem;
  29. @verticalDividerHeight: ~"calc(100% - "(@verticalDividerMargin)~")";
  30. /* Inverted */
  31. @invertedTextColor: @white;
  32. @invertedHighlightColor: rgba(255, 255, 255, 0.15);
  33. @invertedShadowColor: rgba(0, 0, 0, 0.15);
  34. /* Section */
  35. @sectionMargin: 2rem;