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.

41 lines
823 B

  1. /*******************************
  2. Standard
  3. *******************************/
  4. /*-------------------
  5. Segment
  6. --------------------*/
  7. @segmentBorderWidth: 1px;
  8. @border: 1px solid #D8DEE2;
  9. @boxShadow: 0px 1px 3px rgba(0, 0, 0, 0.075);
  10. @verticalPadding: 20px;
  11. @horizontalPadding: 20px;
  12. @margin: 1em;
  13. @borderRadius: 4px;
  14. /*******************************
  15. Variations
  16. *******************************/
  17. /* Raised */
  18. @raisedBoxShadow: 0px 1px 3px rgba(0, 0, 0, 0.075);
  19. /* Colors */
  20. @coloredBorderSize: 0.5em;
  21. /* Ordinality */
  22. @secondaryBackground: #F9F9F9;
  23. @secondaryColor: @textColor;
  24. @tertiaryBackground: #F0F0F0;
  25. @tertiaryColor: @textColor;
  26. @secondaryInvertedBackground: #555555;
  27. @secondaryInvertedColor: @textColor;
  28. @tertiaryInvertedBackground: #333333;
  29. @tertiaryInvertedColor: @textColor;