@import "../../themes/ionic.globals.md";

// Material Design Card Content
// --------------------------------------------------

/// @prop - Padding top of the card
$card-md-padding-top:                 13px;

/// @prop - Padding right of the card
$card-md-padding-end:                 16px;

/// @prop - Padding bottom of the card
$card-md-padding-bottom:              13px;

/// @prop - Padding start of the card
$card-md-padding-start:               16px;

/// @prop - Font size of the card
$card-md-font-size:                   dynamic-font(14px);

/// @prop - Line height of the card
$card-md-line-height:                 1.5;
