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:
Ramon Henrique Ornelas
2016-10-05 13:45:47 -03:00
committed by Brandy Carney
parent a7db2367fa
commit 63c6d468f2

View File

@ -5,8 +5,14 @@
/// @prop - Width and height of the FAB button
$fab-size: 56px !default;
/// @prop - Width and height of the FAB button mini
$fab-mini-size: 40px !default;
/// @prop - Margin of the FAB Container
$fab-content-margin: 10px !default;
/// @prop - Margin of the FAB List
$fab-list-margin: 10px !default;