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.

58 lines
1.2 KiB

  1. /*******************************
  2. Standard
  3. *******************************/
  4. /*-------------------
  5. Segment
  6. --------------------*/
  7. @boxShadow: 0px 0px 0px 1px @borderColor;
  8. @verticalPadding: 1em;
  9. @horizontalPadding: 1em;
  10. @margin: 1em;
  11. @borderRadius: 5px;
  12. /*-------------------
  13. Coupling
  14. --------------------*/
  15. /* Page Grid Segment */
  16. @pageGridMargin: 2 * @verticalPadding;
  17. /*******************************
  18. Variations
  19. *******************************/
  20. /* Piled */
  21. @piledMargin: 2em;
  22. @piledBoxShadow: 0px 0px 1px 1px @borderColor;
  23. @piledDegrees: 1.2deg;
  24. /* Circular */
  25. @circularPadding: 2em;
  26. /* Stacked */
  27. @stackedPadding: @verticalPadding + (0.7em);
  28. @stackedHeight: 5px;
  29. /* Raised */
  30. @raisedBoxShadow: 0px 1px 2px 1px @borderColor;
  31. /* Colors */
  32. @coloredBorderSize: 0.2em;
  33. /* Ordinality */
  34. @secondaryBackground: #FAF9FA;
  35. @secondaryColor: @textColor;
  36. @tertiaryBackground: #EBEBEB;
  37. @tertiaryColor: @lightTextColor;
  38. @secondaryInvertedBackground: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  39. @secondaryInvertedColor: @offWhite;
  40. @tertiaryInvertedBackground: linear-gradient(rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  41. @tertiaryInvertedColor: @darkWhite;