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.

57 lines
1.1 KiB

10 years ago
10 years ago
  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: 2.5em;
  11. @invertedBorderSize: 3px;
  12. @basicBorderRadius: 0.4em;
  13. @basicFontWeight: bold;
  14. @basicTextTransform: uppercase;
  15. @blue: #4A88CB;
  16. @primaryColor: @blue;
  17. @borderRadius: 0.25em;
  18. @backgroundColor: #E6EAED;
  19. @backgroundImage: none;
  20. @boxShadow: none;
  21. @hoverBackgroundColor: #DDDDDD;
  22. @hoverBackgroundImage: none;
  23. @hoverBoxShadow: none;
  24. @downBackgroundColor: #D0D0D0;
  25. @downBackgroundImage: none;
  26. @downBoxShadow: none;
  27. @activeBackgroundColor: #CCCCCC;
  28. @activeBackgroundImage: none;
  29. @activeBoxShadow: none;
  30. @verticalBoxShadow: none;
  31. @loadingBackgroundColor: #F0F0F0;
  32. @compactVerticalPadding: (@verticalPadding * 0.5);
  33. @compactHorizontalPadding: (@horizontalPadding * 0.5);
  34. @labeledIconBackgroundColor: transparent;
  35. @mini: 0.7rem;
  36. @tiny: 0.75rem;
  37. @small: 0.8rem;
  38. @medium: 0.92rem;
  39. @large: 1rem;
  40. @big: 1.125rem;
  41. @huge: 1.2rem;
  42. @massive: 1.3rem;