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

// Material Design Button
// --------------------------------------------------

/// @prop - Margin top of the button
$button-md-margin-top: 4px;

/// @prop - Margin end of the button
$button-md-margin-end: 2px;

/// @prop - Margin bottom of the button
$button-md-margin-bottom: 4px;

/// @prop - Margin start of the button
$button-md-margin-start: 2px;

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

/// @prop - Padding end of the button
$button-md-padding-end: 1.1em;

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

/// @prop - Padding start of the button
$button-md-padding-start: 1.1em;

/// @prop - Minimum height of the button
$button-md-min-height: 36px;

/// @prop - Font size of the button text
$button-md-font-size: dynamic-font(14px);

/// @prop - Font weight of the button text
$button-md-font-weight: 500;

/// @prop - Capitalization of the button text
$button-md-text-transform: uppercase;

$button-md-letter-spacing: 0.06em;

/// @prop - Box shadow of the button
$button-md-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
  0 1px 5px 0 rgba(0, 0, 0, 0.12);

/// @prop - Box shadow of the activated button
$button-md-box-shadow-activated: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),
  0 3px 14px 2px rgba(0, 0, 0, 0.12);

// Material Design Large Button
// --------------------------------------------------

/// @prop - Padding top of the large button
$button-md-large-padding-top: 14px;

/// @prop - Padding end of the large button
$button-md-large-padding-end: 1em;

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

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

/// @prop - Minimum height of the large button
$button-md-large-min-height: 2.8em;

/// @prop - Font size of the large button
$button-md-large-font-size: dynamic-font(20px);

// Material Design Small Button
// --------------------------------------------------

/// @prop - Padding top of the small button
$button-md-small-padding-top: 4px;

/// @prop - Padding end of the small button
$button-md-small-padding-end: 0.9em;

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

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

/// @prop - Minimum height of the small button
$button-md-small-min-height: 2.1em;

/// @prop - Font size of the small button
$button-md-small-font-size: dynamic-font(13px);

// Material Design Decorator Button
// --------------------------------------------------

/// @prop - Font weight of the strong button
$button-md-strong-font-weight: bold;
