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.

49 lines
954 B

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