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.
40 lines
604 B
40 lines
604 B
/*-------------------
|
|
Globals Used
|
|
--------------------*/
|
|
|
|
/*
|
|
@borderColor
|
|
|
|
*/
|
|
|
|
/*-------------------
|
|
Variables
|
|
--------------------*/
|
|
|
|
@placeholderColor: rgba(0, 0, 0, 0.05);
|
|
@roundedBorderRadius: 0.3125em;
|
|
|
|
@imageSpacing: 0.25rem;
|
|
|
|
@avatarSize: 2em;
|
|
|
|
@floatedHorizontalMargin: 1em;
|
|
@floatedVerticalMargin: 1em;
|
|
|
|
@mini: 0.7em;
|
|
@tiny: 0.8em;
|
|
@small: 0.875em;
|
|
@medium: 1em;
|
|
@large: 1.125em;
|
|
@big: 1.25em;
|
|
@huge: 1.375em;
|
|
@massive: 1.5em;
|
|
|
|
@miniWidth: 20px;
|
|
@tinyWidth: 80px;
|
|
@smallWidth: 150px;
|
|
@mediumWidth: 300px;
|
|
@largeWidth: 450px;
|
|
@bigWidth: 600px;
|
|
@hugeWidth: 800px;
|
|
@massiveWidth: 960px;
|