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

// Material Design List
// --------------------------------------------------

/// @prop - Margin top of the list
$list-md-margin-top: 0;

/// @prop - Margin end of the list
$list-md-margin-end: 0;

/// @prop - Margin bottom of the list
$list-md-margin-bottom: 0;

/// @prop - Margin start of the list
$list-md-margin-start: 0;

/// @prop - Padding top of the list
$list-md-padding-top: 8px;

/// @prop - Padding end of the list
$list-md-padding-end: 0;

/// @prop - Padding bottom of the list
$list-md-padding-bottom: 8px;

/// @prop - Padding start of the list
$list-md-padding-start: 0;

/// @prop - Border bottom of the item in a list
$list-md-item-border-bottom-width: $item-md-border-bottom-width;

/// @prop - Margin top of the inset list
$list-inset-md-margin-top: 16px;

/// @prop - Margin end of the inset list
$list-inset-md-margin-end: 16px;

/// @prop - Margin bottom of the inset list
$list-inset-md-margin-bottom: 16px;

/// @prop - Margin start of the inset list
$list-inset-md-margin-start: 16px;

/// @prop - Border radius of the inset list
$list-inset-md-border-radius: 2px;
