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

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

/// @prop - Color of the item paragraph
$item-md-paragraph-text-color:              $text-color-step-400 !default;

/// @prop - Font family of the item
$item-md-font-family:                       $font-family-base !default;

/// @prop - Font size of the item
$item-md-font-size:                         16px !default;

/// @prop - Width of the avatar in the item
$item-md-avatar-width:                      40px !default;

/// @prop - Height of the avatar in the item
$item-md-avatar-height:                     $item-md-avatar-width !default;

/// @prop - Width of the thumbnail in the item
$item-md-thumbnail-width:                   80px !default;

/// @prop - Height of the thumbnail in the item
$item-md-thumbnail-height:                  $item-md-thumbnail-width !default;

/// @prop - Color of the detail arrow icon
$item-md-detail-push-color:                 $item-md-border-color !default;

/// @prop - Padding top for the item content
$item-md-padding-top:                       11px !default;

/// @prop - Padding end for the item content
$item-md-padding-end:                       16px !default;

/// @prop - Padding bottom for the item content
$item-md-padding-bottom:                    11px !default;

/// @prop - Padding start for the item content
$item-md-padding-start:                     16px !default;

/// @prop - Border bottom width for the item when lines are displayed
$item-md-border-bottom-width:               1px !default;

/// @prop - Border bottom style for the item when lines are displayed
$item-md-border-bottom-style:               solid !default;

/// @prop - Border bottom color for the item when lines are displayed
$item-md-border-bottom-color:               $item-md-border-color !default;

/// @prop - Border bottom for the item when lines are displayed
$item-md-border-bottom:                     $item-md-border-bottom-width $item-md-border-bottom-style $item-md-border-color !default;


// Item Slots
// --------------------------------------------------

/// @prop - Margin top for the start/end slot
$item-md-slot-margin-top:                   2px !default;

/// @prop - Margin end for the start/end slot
$item-md-slot-margin-end:                   ($item-md-padding-end / 2) !default;

/// @prop - Margin bottom for the start/end slot
$item-md-slot-margin-bottom:                $item-md-slot-margin-top !default;

/// @prop - Margin start for the start/end slot
$item-md-slot-margin-start:                 0 !default;

/// @prop - Margin top for an icon in the start/end slot
$item-md-icon-slot-margin-top:              3px !default;

/// @prop - Margin end for an icon in the start/end slot
$item-md-icon-slot-margin-end:              null !default;

/// @prop - Margin bottom for an icon in the start/end slot
$item-md-icon-slot-margin-bottom:           2px !default;

/// @prop - Margin start for an icon in the start/end slot
$item-md-icon-slot-margin-start:            0 !default;

/// @prop - Margin top for the end slot inside of a floating/stacked label
$item-md-label-slot-end-margin-top:         7px !default;

/// @prop - Margin end for the end slot inside of a floating/stacked label
$item-md-label-slot-end-margin-end:         null !default;

/// @prop - Margin bottom for the end slot inside of a floating/stacked label
$item-md-label-slot-end-margin-bottom:      $item-md-label-slot-end-margin-top !default;

/// @prop - Margin start for the end slot inside of a floating/stacked label
$item-md-label-slot-end-margin-start:       $item-md-label-slot-end-margin-end !default;
