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.

57 lines
1.2 KiB

  1. /*-------------------
  2. Globals Used
  3. --------------------*/
  4. // (Color Variables)
  5. // @transitionDuration
  6. // @transitionEasing
  7. /*-------------------
  8. Standard
  9. --------------------*/
  10. @loaderTopOffset: 50%;
  11. @loaderLeftOffset: 50%;
  12. /*-------------------
  13. Types
  14. --------------------*/
  15. /* Image */
  16. @miniSize: 16px;
  17. @smallSize: 24px;
  18. @mediumSize: 32px;
  19. @largeSize: 64px;
  20. @textDistance: 15px;
  21. @miniFontSize: 0.8em;
  22. @smallFontSize: 0.875em;
  23. @mediumFontSize: 1em;
  24. @largeFontSize: 1.2em;
  25. @miniLoaderPath: "@{imagePath}/loader-mini.gif";
  26. @smallLoaderPath: "@{imagePath}/loader-small.gif";
  27. @mediumLoaderPath: "@{imagePath}/loader-medium.gif";
  28. @largeLoaderPath: "@{imagePath}/loader-large.gif";
  29. @miniInvertedLoaderPath: "@{imagePath}/loader-mini-inverted.gif";
  30. @smallInvertedLoaderPath: "@{imagePath}/loader-small-inverted.gif";
  31. @mediumInvertedLoaderPath: "@{imagePath}/loader-medium-inverted.gif";
  32. @largeInvertedLoaderPath: "@{imagePath}/loader-large-inverted.gif";
  33. /* Text */
  34. @loaderTextColor: @invertedTextColor;
  35. @invertedLoaderTextColor: @textColor;
  36. /*-------------------
  37. States
  38. --------------------*/
  39. /*-------------------
  40. Variations
  41. --------------------*/