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.

38 lines
614 B

  1. /*-------------------
  2. Globals Used
  3. --------------------*/
  4. /*
  5. @disabledOpacity
  6. */
  7. /*-------------------
  8. Icon Variables
  9. --------------------*/
  10. @fontName: 'icons';
  11. @opacity: 0.75;
  12. @width: 1.23em;
  13. @height: 1em;
  14. @margin: 0.25em;
  15. @directionMargin: 0.5em;
  16. @linkDuration: 0.3s;
  17. @loadingDuration: 2s;
  18. @circularSize: 2em;
  19. @circularPadding: 0.5em 0.35em;
  20. @circularShadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  21. @squareSize: 2em;
  22. @squarePadding: 0.5em 0.35em;
  23. @squareShadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  24. @small: 0.875em;
  25. @medium: 1em;
  26. @large: 1.5em;
  27. @big: 2em;
  28. @huge: 4em;
  29. @massive: 8em;