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.
33 lines
689 B
33 lines
689 B
/*******************************
|
|
Icon
|
|
*******************************/
|
|
|
|
/*-------------------
|
|
Icon Variables
|
|
--------------------*/
|
|
|
|
@fontName: 'icons';
|
|
|
|
@opacity: 0.75;
|
|
@width: 1.23em;
|
|
@height: 0.9em;
|
|
@distanceFromText: 0.25rem;
|
|
|
|
@linkDuration: 0.3s;
|
|
@loadingDuration: 2s;
|
|
|
|
@circularSize: 2em;
|
|
@circularPadding: 0.5em 0.35em;
|
|
@circularShadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
|
|
|
|
@borderedSize: 2em;
|
|
@borderedVerticalPadding: ((@borderedSize - @height) / 2);
|
|
@borderedHorizontalPadding: ((@borderedSize - @width) / 2);
|
|
@borderedShadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
|
|
|
|
@small: 0.875em;
|
|
@medium: 1em;
|
|
@large: 1.5em;
|
|
@big: 2em;
|
|
@huge: 4em;
|
|
@massive: 8em;
|