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.

32 lines
689 B

10 years ago
10 years ago
  1. /*******************************
  2. Icon
  3. *******************************/
  4. /*-------------------
  5. Icon Variables
  6. --------------------*/
  7. @fontName: 'icons';
  8. @opacity: 0.75;
  9. @width: 1.23em;
  10. @height: 0.9em;
  11. @distanceFromText: 0.25rem;
  12. @linkDuration: 0.3s;
  13. @loadingDuration: 2s;
  14. @circularSize: 2em;
  15. @circularPadding: 0.5em 0.35em;
  16. @circularShadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  17. @borderedSize: 2em;
  18. @borderedVerticalPadding: ((@borderedSize - @height) / 2);
  19. @borderedHorizontalPadding: ((@borderedSize - @width) / 2);
  20. @borderedShadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  21. @small: 0.875em;
  22. @medium: 1em;
  23. @large: 1.5em;
  24. @big: 2em;
  25. @huge: 4em;
  26. @massive: 8em;