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.

50 lines
911 B

  1. /*******************************
  2. Standard
  3. *******************************/
  4. /*-------------------
  5. Image
  6. --------------------*/
  7. @placeholderColor: rgba(0, 0, 0, 0.05);
  8. @roundedBorderRadius: 0.3125em;
  9. @imageHorizontalMargin: 0.25rem;
  10. @imageVerticalMargin: 0.5em;
  11. /*******************************
  12. Types
  13. *******************************/
  14. /* Avatar */
  15. @avatarSize: 2em;
  16. @avatarMargin: @imageHorizontalMargin;
  17. /*******************************
  18. Variations
  19. *******************************/
  20. /* Floated */
  21. @floatedHorizontalMargin: 1em;
  22. @floatedVerticalMargin: 1em;
  23. /* Sizing */
  24. @mini: 0.7em;
  25. @tiny: 0.8em;
  26. @small: 0.875em;
  27. @medium: 1em;
  28. @large: 1.125em;
  29. @big: 1.25em;
  30. @huge: 1.375em;
  31. @massive: 1.5em;
  32. /* Size */
  33. @miniWidth: 20px;
  34. @tinyWidth: 80px;
  35. @smallWidth: 150px;
  36. @mediumWidth: 300px;
  37. @largeWidth: 450px;
  38. @bigWidth: 600px;
  39. @hugeWidth: 800px;
  40. @massiveWidth: 960px;