Skip to content

Commit

Permalink
docs(fab): add docs variables SASS (ionic-team#8456)
Browse files Browse the repository at this point in the history
* docs(fab): add docs variables SASS

* docs(fab): change Fab to FAB capitalized thanks by report @brandyscarney
  • Loading branch information
ramonornela authored and brandyscarney committed Oct 5, 2016
1 parent a7db236 commit 63c6d46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/fab/fab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;


Expand Down

0 comments on commit 63c6d46

Please sign in to comment.