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

// Floating Action Buttons
// --------------------------------------------------

/// @prop - Width and height of the FAB button
$fab-size: 56px;

/// @prop - Width and height of the mini FAB button
$fab-small-size: 40px;

/// @prop - Border radius of the FAB button
$fab-border-radius: 50%;

/// @prop - Margin applied to the small FAB button
$fab-button-small-margin: 8px;
