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.

52 lines
976 B

  1. /*-------------------
  2. Button Variables
  3. --------------------*/
  4. /* Button Variables */
  5. @pageFont: 'Source Sans Pro', sans-serif;
  6. @textTransform: none;
  7. @fontWeight: normal;
  8. @textColor: #333333;
  9. @verticalPadding: 1.1em;
  10. @horizontalPadding: 2em;
  11. @blue: #4A88CB;
  12. @primaryColor: @blue;
  13. @borderRadius: 0.25em;
  14. @backgroundColor: #E6EAED;
  15. @backgroundImage: none;
  16. @boxShadow: none;
  17. @hoverBackgroundColor: #DDDDDD;
  18. @hoverBackgroundImage: none;
  19. @hoverBoxShadow: none;
  20. @downBackgroundColor: #D0D0D0;
  21. @downBackgroundImage: none;
  22. @downBoxShadow: none;
  23. @activeBackgroundColor: #CCCCCC;
  24. @activeBackgroundImage: none;
  25. @activeBoxShadow: none;
  26. @verticalBoxShadow: none;
  27. @loadingBackgroundColor: #F0F0F0;
  28. @compactVerticalPadding: (@verticalPadding * 0.5);
  29. @compactHorizontalPadding: (@horizontalPadding * 0.5);
  30. @labeledIconBackgroundColor: transparent;
  31. @mini: 0.7rem;
  32. @tiny: 0.75rem;
  33. @small: 0.8rem;
  34. @medium: 0.92rem;
  35. @large: 1rem;
  36. @big: 1.125rem;
  37. @huge: 1.2rem;
  38. @massive: 1.3rem;