Files
2024-05-02 16:43:54 -04:00

17 lines
422 B
SCSS
Executable File

@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;