mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
11 lines
331 B
SCSS
Executable File
11 lines
331 B
SCSS
Executable File
@import "../../themes/ionic.globals";
|
|
|
|
// Floating Action Buttons
|
|
// --------------------------------------------------
|
|
|
|
/// @prop - Width and height of the FAB button
|
|
$fab-size: 56px !default;
|
|
|
|
/// @prop - Width and height of the mini FAB button
|
|
$fab-mini-size: 40px !default;
|