Skip to content

Commit

Permalink
fix(fab): center fab list for larger buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Manduro committed Oct 12, 2016
1 parent 03f2492 commit 267a77b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/fab/fab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ ion-fab-list {
}

ion-fab-list .fab-in-list {
margin: 8px;
margin: 8px 0;

width: $fab-mini-size;
height: $fab-mini-size;
Expand All @@ -147,6 +147,11 @@ ion-fab-list .fab-in-list.show {
transform: scale(1);
}

ion-fab-list[side=left] .fab-in-list,
ion-fab-list[side=right] .fab-in-list {
margin: 0 8px;
}

ion-fab-list[side=top] {
top: initial;
bottom: 0;
Expand Down

0 comments on commit 267a77b

Please sign in to comment.