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.

27 lines
450 B

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. /*******************************
  2. Card
  3. *******************************/
  4. /*-------------------
  5. View
  6. --------------------*/
  7. @width: 250px;
  8. @background: transparent;
  9. @border: none;
  10. @boxShadow: none;
  11. @contentPadding: 1em 0em;
  12. @extraBackground: transparent;
  13. @extraDivider: none;
  14. @extraBoxShadow: none;
  15. @extraPadding: 0.5em 0em;
  16. @headerFontSize: 1.2em;
  17. @imageBorderRadius: @borderRadius;
  18. @imageBorder: 1px solid @borderColor;