@import "../../themes/liberty.globals";

// Card Content
// --------------------------------------------------

/// @prop - Padding top of the card
$card-padding-top:                 13px !default;

/// @prop - Padding right of the card
$card-padding-end:                 16px !default;

/// @prop - Padding bottom of the card
$card-padding-bottom:              13px !default;

/// @prop - Padding start of the card
$card-padding-start:               16px !default;

/// @prop - Font size of the card
$card-font-size:                   14px !default;

/// @prop - Line height of the card
$card-line-height:                 1.5 !default;
