/*-------------------
   Button Variables
--------------------*/

/* Button Variables */
@buttonTextTransform: none;
@buttonFontWeight: @normal;
@buttonTextColor: #333333;

@primaryColor: #333333;

@buttonBorderRadius: 0.25em;

@buttonBackgroundColor: #EEEEEE;
@buttonBackgroundImage: none;
@boxShadow: none;

@buttonHoverBackgroundColor: #DDDDDD;
@buttonHoverBackgroundImage: none;
@buttonHoverBoxShadow: none;

@buttonDownBackgroundColor: #D0D0D0;
@buttonDownBackgroundImage: none;
@downBoxShadow: none;

@buttonActiveBackgroundColor: #CCCCCC;
@buttonActiveBackgroundImage: none;
@buttonActiveBoxShadow: none;

@buttonVerticalBoxShadow: none;

@loadingBackgroundColor: #F0F0F0;

@buttonLabeledIconLeftShadow: none;
@buttonLabeledIconRightShadow: none;

@mini: 0.6rem;
@tiny: 0.7rem;
@small: 0.85rem;
@medium: 0.92rem;
@large: 1rem;
@big: 1.125rem;
@huge: 1.25rem;
@massive: 1.3rem;
