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

// Material Design Item Divider
// --------------------------------------------------

/// @prop - Minimum height for the divider
$item-divider-md-min-height: 30px;

/// @prop - Color for the divider
$item-divider-md-color: $text-color-step-600;

/// @prop - Background for the divider
$item-divider-md-background: $background-color;

/// @prop - Font size for the divider
$item-divider-md-font-size: 14px;

/// @prop - Border bottom for the divider
$item-divider-md-border-bottom: 1px solid $item-md-border-color;

/// @prop - Padding start for the divider
$item-divider-md-padding-start: $item-md-padding-start;

/// @prop - Padding end for the divider
$item-divider-md-padding-end: $item-md-padding-end;
