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

// Material Design Action Sheet
// --------------------------------------------------

/// @prop - Text align of the action sheet
$action-sheet-md-text-align:                            start;

/// @prop - Background color of the action sheet
$action-sheet-md-background-color:                      $overlay-md-background-color;

/// @prop - Padding top of the action sheet
$action-sheet-md-padding-top:                           0;

/// @prop - Padding bottom of the action sheet
$action-sheet-md-padding-bottom:                        var(--ion-safe-area-bottom);


// Action Sheet Title
// --------------------------------------------------

/// @prop - Height of the action sheet title
$action-sheet-md-title-height:                          60px;

/// @prop - Color of the action sheet title
$action-sheet-md-title-color:                           rgba($text-color-rgb, 0.54);

/// @prop - Font size of the action sheet title
$action-sheet-md-title-font-size:                       dynamic-font(16px);

/// @prop - Padding top of the action sheet title
$action-sheet-md-title-padding-top:                     20px;

/// @prop - Padding end of the action sheet title
$action-sheet-md-title-padding-end:                     16px;

/// @prop - Padding bottom of the action sheet title
$action-sheet-md-title-padding-bottom:                  17px;

/// @prop - Padding start of the action sheet title
$action-sheet-md-title-padding-start:                   $action-sheet-md-title-padding-end;


// Action Sheet Subtitle
// --------------------------------------------------

/// @prop - Font size of the action sheet sub title
$action-sheet-md-sub-title-font-size:                   dynamic-font(14px);

/// @prop - Padding top of the action sheet sub title
$action-sheet-md-sub-title-padding-top:                 16px;

/// @prop - Padding end of the action sheet sub title
$action-sheet-md-sub-title-padding-end:                 0;

/// @prop - Padding bottom of the action sheet sub title
$action-sheet-md-sub-title-padding-bottom:              0;

/// @prop - Padding start of the action sheet sub title
$action-sheet-md-sub-title-padding-start:               $action-sheet-md-sub-title-padding-end;


// Action Sheet Button
// --------------------------------------------------

/// @prop - Minimum height of the action sheet button
$action-sheet-md-button-height:                         52px;

/// @prop - Text color of the action sheet button
$action-sheet-md-button-text-color:                     $text-color-step-150;

/// @prop - Font size of the action sheet button
$action-sheet-md-button-font-size:                      dynamic-font(16px);

/// @prop - Padding top of the action sheet button
$action-sheet-md-button-padding-top:                    12px;

/// @prop - Padding end of the action sheet button
$action-sheet-md-button-padding-end:                    16px;

/// @prop - Padding bottom of the action sheet button
$action-sheet-md-button-padding-bottom:                 $action-sheet-md-button-padding-top;

/// @prop - Padding start of the action sheet button
$action-sheet-md-button-padding-start:                  $action-sheet-md-button-padding-end;

// Action Sheet Icon
// --------------------------------------------------

/// @prop - Font size of the icon in the action sheet button
$action-sheet-md-icon-font-size:                        dynamic-font(24px);

/// @prop - Margin top of the icon in the action sheet button
$action-sheet-md-icon-margin-top:                       0;

/// @prop - Margin end of the icon in the action sheet button
$action-sheet-md-icon-margin-end:                       32px;

/// @prop - Margin bottom of the icon in the action sheet button
$action-sheet-md-icon-margin-bottom:                    0;

/// @prop - Margin start of the icon in the action sheet button
$action-sheet-md-icon-margin-start:                     0;
