mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
docs(fab): add docs variables SASS (#8456)
* docs(fab): add docs variables SASS * docs(fab): change Fab to FAB capitalized thanks by report @brandyscarney
This commit is contained in:

committed by
Brandy Carney

parent
a7db2367fa
commit
63c6d468f2
@ -5,8 +5,14 @@
|
|||||||
|
|
||||||
/// @prop - Width and height of the FAB button
|
/// @prop - Width and height of the FAB button
|
||||||
$fab-size: 56px !default;
|
$fab-size: 56px !default;
|
||||||
|
|
||||||
|
/// @prop - Width and height of the FAB button mini
|
||||||
$fab-mini-size: 40px !default;
|
$fab-mini-size: 40px !default;
|
||||||
|
|
||||||
|
/// @prop - Margin of the FAB Container
|
||||||
$fab-content-margin: 10px !default;
|
$fab-content-margin: 10px !default;
|
||||||
|
|
||||||
|
/// @prop - Margin of the FAB List
|
||||||
$fab-list-margin: 10px !default;
|
$fab-list-margin: 10px !default;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user