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

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

/// @prop - Margin top of the card
$card-md-margin-top: 10px;

/// @prop - Margin end of the card
$card-md-margin-end: 10px;

/// @prop - Margin bottom of the card
$card-md-margin-bottom: 10px;

/// @prop - Margin start of the card
$card-md-margin-start: 10px;

/// @prop - Box shadow of the card
$card-md-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);

/// @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;
