@import "../../themes/liberty.globals";

// Button
// --------------------------------------------------


/// @prop - Padding top of the round button
$button-round-padding-top:        0 !default;

/// @prop - Padding end of the round button
$button-round-padding-end:        26px !default;

/// @prop - Padding bottom of the round button
$button-round-padding-bottom:     $button-round-padding-top !default;

/// @prop - Padding start of the round button
$button-round-padding-start:      $button-round-padding-end !default;

/// @prop - Border radius of the round button
$button-round-border-radius:      64px !default;

/// @prop - Margin top of the button
$button-margin-top:                                  4px;

/// @prop - Margin end of the button
$button-margin-end:                                  2px !default;

/// @prop - Margin bottom of the button
$button-margin-bottom:                               4px !default;

/// @prop - Margin start of the button
$button-margin-start:                                2px !default;

/// @prop - Padding top of the button
$button-padding-top:                                 0 !default;

/// @prop - Padding end of the button
$button-padding-end:                                 48px !default;

/// @prop - Padding bottom of the button
$button-padding-bottom:                              0 !default;

/// @prop - Padding start of the button
$button-padding-start:                               48px !default;

/// @prop - Height of the button
$button-height:                                      54px !default;

/// @prop - Border radius of the button
$button-border-radius:                               2px !default;

/// @prop - Font size of the button text
$button-font-size:                                   14px !default;

/// @prop - Font weight of the button text
$button-font-weight:                                 400 !default;

/// @prop - Capitalization of the button text
$button-text-transform:                              capitalize !default;

$button-letter-spacing:                              0.01em;

/// @prop - Box shadow of the button
$button-box-shadow:                                  0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !default;

/// @prop - Opacity of the activated button
$button-opacity-activated:                           1 !default;

/// @prop - Box shadow of the activated button
$button-box-shadow-activated:                        0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12) !default;

/// @prop - Background color of the ripple on the button
$button-ripple-background-color:                     $text-color-step-400 !default;

/// @prop - Opacity of the button when disabled
$button-opacity-disabled:                           .5 !default;

//  Large Button
// --------------------------------------------------

/// @prop - Padding top of the large button
$button-large-padding-top:                           0 !default;

/// @prop - Padding end of the large button
$button-large-padding-end:                           1em !default;

/// @prop - Padding bottom of the large button
$button-large-padding-bottom:                        $button-large-padding-top !default;

/// @prop - Padding start of the large button
$button-large-padding-start:                         $button-large-padding-end !default;

/// @prop - Height of the large button
$button-large-height:                                2.8em !default;

/// @prop - Font size of the large button
$button-large-font-size:                             20px !default;


// Small Button
// --------------------------------------------------

/// @prop - Padding top of the small button
$button-small-padding-top:                           0 !default;

/// @prop - Padding end of the small button
$button-small-padding-end:                           .9em !default;

/// @prop - Padding bottom of the small button
$button-small-padding-bottom:                        $button-small-padding-top !default;

/// @prop - Padding start of the small button
$button-small-padding-start:                         $button-small-padding-end !default;

/// @prop - Height of the small button
$button-small-height:                                2.1em !default;

/// @prop - Font size of the small button
$button-small-font-size:                             13px !default;


// Material Design Outline Button
// --------------------------------------------------

/// @prop - Border width of the outline button
$button-outline-border-width:                        1px !default;

/// @prop - Border style of the outline button
$button-outline-border-style:                        solid !default;

/// @prop - Background color of the outline button
$button-outline-background-color:                    transparent !default;

/// @prop - Box shadow of the outline button
$button-outline-box-shadow:                          none !default;

/// @prop - Background color alpha of the outline button on hover
$button-outline-background-color-alpha-hover:        .1 !default;

/// @prop - Background color of the outline button on hover
$button-outline-background-color-hover:              rgba(var(--ion-text-color-rgb, $text-color-rgb), $button-outline-background-color-alpha-hover) !default;

/// @prop - Background color of the activated outline button
$button-outline-background-color-activated:          transparent !default;

/// @prop - Box shadow of the activated outline button
$button-outline-box-shadow-activated:                none !default;

/// @prop - Opacity of the activated outline button
$button-outline-opacity-activated:                   1 !default;

/// @prop - Background color alpha of the focused outline button
$button-outline-background-color-alpha-focused:      .1 !default;

/// @prop - Background color of the focused outline button
$button-outline-background-color-focused:            ion-color(primary, base, $button-outline-background-color-alpha-focused) !default;

// Material Design Clear Button
// --------------------------------------------------

/// @prop - Border color of the clear button
$button-clear-border-color:                          transparent !default;

/// @prop - Background color of the clear button
$button-clear-background-color:                      transparent !default;

/// @prop - Box shadow of the clear button
$button-clear-box-shadow:                            none !default;

/// @prop - Opacity of the clear button
$button-clear-opacity:                               1 !default;

/// @prop - Background color alpha of the activated clear button
$button-clear-background-color-alpha-activated:      .1 !default;

/// @prop - Background color of the activated clear button
$button-clear-background-color-activated:            rgba(var(--ion-text-color-rgb, $text-color-rgb), $button-clear-background-color-alpha-activated) !default;

/// @prop - Box shadow of the activated clear button
$button-clear-box-shadow-activated:                  $button-clear-box-shadow !default;

/// @prop - Background color alpha of the clear button on hover
$button-clear-background-color-alpha-hover:          .1 !default;

/// @prop - Background color of the clear button on hover
$button-clear-background-color-hover:                rgba(var(--ion-text-color-rgb, $text-color-rgb), $button-clear-background-color-alpha-hover) !default;

/// @prop - Background color of the ripple on the clear button
$button-clear-ripple-background-color:               $text-color-step-600 !default;

/// @props - Background color of the focused clear button
$button-clear-background-color-alpha-focused:        .1 !default;

/// @props - Background color of the focused clear button
$button-clear-background-color-focused:               lu-color(primary, base, $button-clear-background-color-alpha-focused) !default;

// Material Design Round Button
// --------------------------------------------------

/// @prop - Padding top of the round button
$button-round-padding-top:                           $button-round-padding-top !default;

/// @prop - Padding end of the round button
$button-round-padding-end:                           $button-round-padding-end !default;

/// @prop - Padding bottom of the round button
$button-round-padding-bottom:                        $button-round-padding-bottom !default;

/// @prop - Padding start of the round button
$button-round-padding-start:                         $button-round-padding-start !default;

/// @prop - Border radius of the round button
$button-round-border-radius:                         $button-round-border-radius !default;


// Material Design Decorator Button
// --------------------------------------------------

/// @prop - Font weight of the strong button
$button-strong-font-weight:                          bold !default;
