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.

17 lines
391 B

10 years ago
10 years ago
  1. /*******************************
  2. Button
  3. *******************************/
  4. /*-------------------
  5. Element
  6. --------------------*/
  7. /* Shadow */
  8. @backgroundColor: #F8F8F8;
  9. @backgroundImage: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  10. @shadowDistance: 0.25em;
  11. @borderBoxShadowColor: @borderColor;
  12. @verticalPadding: 0.9em;
  13. @horizontalPadding: 2em;
  14. @borderRadius: 0.4em;