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.

22 lines
476 B

10 years ago
  1. /*******************************
  2. Card
  3. *******************************/
  4. /*-------------------
  5. View
  6. --------------------*/
  7. /* Shadow */
  8. @shadowDistance: 0em;
  9. @padding: 0em;
  10. /*-------------------
  11. Content
  12. --------------------*/
  13. /* Additional Content */
  14. @extraDivider: 1px solid rgba(0, 0, 0, 0.05);
  15. @extraBackground: #FAFAFA @subtleGradient;
  16. @extraPadding: 0.75em 1em;
  17. @extraBoxShadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  18. @extraColor: @lightTextColor;