|
|
@ -0,0 +1,37 @@ |
|
|
|
/*------------------- |
|
|
|
Button Variables |
|
|
|
--------------------*/ |
|
|
|
|
|
|
|
/* Button Variables */ |
|
|
|
@textTransform: none; |
|
|
|
@fontWeight: normal; |
|
|
|
@textColor: #333333; |
|
|
|
|
|
|
|
@borderRadius: 0.25em; |
|
|
|
|
|
|
|
@backgroundColor: #E0E0E0; |
|
|
|
@backgroundImage: none; |
|
|
|
@boxShadow: none; |
|
|
|
|
|
|
|
@hoverBackgroundColor: #DDDDDD; |
|
|
|
@hoverBackgroundImage: none; |
|
|
|
@hoverBoxShadow: none; |
|
|
|
|
|
|
|
@downBackgroundColor: #D0D0D0; |
|
|
|
@downBackgroundImage: none; |
|
|
|
@downBoxShadow: none; |
|
|
|
|
|
|
|
@activeBackgroundColor: #DFDFDF; |
|
|
|
@activeBackgroundImage: none; |
|
|
|
@activeBoxShadow: none; |
|
|
|
|
|
|
|
@loadingBackgroundColor: #F0F0F0; |
|
|
|
|
|
|
|
@mini: 0.6rem; |
|
|
|
@tiny: 0.7rem; |
|
|
|
@small: 0.85rem; |
|
|
|
@medium: 0.92rem; |
|
|
|
@large: 1rem; |
|
|
|
@big: 1.125rem; |
|
|
|
@huge: 1.25rem; |
|
|
|
@massive: 1.3rem; |