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.
|
|
/*------------------- Button Variables --------------------*/
/* Button Variables */ @fontFamily: 'Source Sans Pro', sans-serif;
@textTransform: none; @fontWeight: normal; @textColor: #333333;
@verticalPadding: 1.1em; @horizontalPadding: 2em;
@blue: #4A88CB; @primaryColor: @blue;
@borderRadius: 0.25em;
@backgroundColor: #E6EAED; @backgroundImage: none; @boxShadow: none;
@hoverBackgroundColor: #DDDDDD; @hoverBackgroundImage: none; @hoverBoxShadow: none;
@downBackgroundColor: #D0D0D0; @downBackgroundImage: none; @downBoxShadow: none;
@activeBackgroundColor: #CCCCCC; @activeBackgroundImage: none; @activeBoxShadow: none;
@verticalBoxShadow: none;
@loadingBackgroundColor: #F0F0F0;
@compactVerticalPadding: (@verticalPadding * 0.5); @compactHorizontalPadding: (@horizontalPadding * 0.5);
@labeledIconBackgroundColor: transparent;
@mini: 0.7rem; @tiny: 0.75rem; @small: 0.8rem; @medium: 0.92rem; @large: 1rem; @big: 1.125rem; @huge: 1.2rem; @massive: 1.3rem;
|