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.

41 lines
719 B

  1. /*-------------------
  2. Button Variables
  3. --------------------*/
  4. /* Button Variables */
  5. @textTransform: none;
  6. @fontWeight: normal;
  7. @textColor: #333333;
  8. @primaryColor: #333333;
  9. @borderRadius: 0.25em;
  10. @backgroundColor: #EEEEEE;
  11. @backgroundImage: none;
  12. @boxShadow: none;
  13. @hoverBackgroundColor: #DDDDDD;
  14. @hoverBackgroundImage: none;
  15. @hoverBoxShadow: none;
  16. @downBackgroundColor: #D0D0D0;
  17. @downBackgroundImage: none;
  18. @downBoxShadow: none;
  19. @activeBackgroundColor: #CCCCCC;
  20. @activeBackgroundImage: none;
  21. @activeBoxShadow: none;
  22. @verticalBoxShadow: none;
  23. @loadingBackgroundColor: #F0F0F0;
  24. @mini: 0.6rem;
  25. @tiny: 0.7rem;
  26. @small: 0.85rem;
  27. @medium: 0.92rem;
  28. @large: 1rem;
  29. @big: 1.125rem;
  30. @huge: 1.25rem;
  31. @massive: 1.3rem;