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.

52 lines
896 B

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