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.

27 lines
357 B

  1. /*-------------------
  2. Globals Used
  3. --------------------*/
  4. /*
  5. @borderColor
  6. */
  7. /*-------------------
  8. Segment Variables
  9. --------------------*/
  10. @verticalPadding: 1em;
  11. @horizontalPadding: 1em;
  12. @margin: 1em;
  13. @borderRadius: 5px;
  14. @pageGridMargin: 2 * @verticalPadding;
  15. @coloredBorderSize: 0.2em;
  16. @secondaryColor: #FAF9FA;
  17. @tertiaryColor: #EBEBEB;