mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
17 lines
422 B
SCSS
Executable File
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;
|