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.

40 lines
604 B

  1. /*-------------------
  2. Globals Used
  3. --------------------*/
  4. /*
  5. @borderColor
  6. */
  7. /*-------------------
  8. Variables
  9. --------------------*/
  10. @placeholderColor: rgba(0, 0, 0, 0.05);
  11. @roundedBorderRadius: 0.3125em;
  12. @imageSpacing: 0.25rem;
  13. @avatarSize: 2em;
  14. @floatedHorizontalMargin: 1em;
  15. @floatedVerticalMargin: 1em;
  16. @mini: 0.7em;
  17. @tiny: 0.8em;
  18. @small: 0.875em;
  19. @medium: 1em;
  20. @large: 1.125em;
  21. @big: 1.25em;
  22. @huge: 1.375em;
  23. @massive: 1.5em;
  24. @miniWidth: 20px;
  25. @tinyWidth: 80px;
  26. @smallWidth: 150px;
  27. @mediumWidth: 300px;
  28. @largeWidth: 450px;
  29. @bigWidth: 600px;
  30. @hugeWidth: 800px;
  31. @massiveWidth: 960px;