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.

38 lines
932 B

  1. /*-------------------
  2. Button Variables
  3. --------------------*/
  4. /* Button Variables */
  5. @textTransform: normal;
  6. @fontWeight: bold;
  7. @textColor: rgba(0, 0, 0, 0.6);
  8. @verticalPadding: 0.8em;
  9. @horizontalPadding: 1.2em;
  10. @compactVerticalPadding: @verticalPadding;
  11. @compactHorizontalPadding: @horizontalPadding;
  12. @backgroundColor: #FAFAFA;
  13. @backgroundImage: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  14. @hoverBackgroundColor: '';
  15. @hoverBackgroundImage: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  16. @hoverBoxShadow: '';
  17. @downBackgroundColor: #F1F1F1;
  18. @downBackgroundImage: '';
  19. @downBoxShadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset !important;
  20. @activeBackgroundColor: #EAEAEA;
  21. @activeBackgroundImage: none;
  22. @activeBoxShadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset !important;
  23. @mini: 0.6rem;
  24. @tiny: 0.7rem;
  25. @small: 0.8rem;
  26. @medium: 0.875rem;
  27. @large: 1rem;
  28. @big: 1.125rem;
  29. @huge: 1.25rem;
  30. @massive: 1.3rem;