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

// Button
// --------------------------------------------------

/// @prop - Padding top of the round button
$button-round-padding-top:        0;

/// @prop - Padding end of the round button
$button-round-padding-end:        26px;

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

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

/// @prop - Border radius of the round button
$button-round-border-radius:      999px;
