(css) Restore lost .md-fab-overlap-bottom class

pull/234/head
Francis Lachapelle 2017-03-09 09:12:31 -05:00
parent 11d9df6e6a
commit 489e35158c
1 changed files with 10 additions and 0 deletions

View File

@ -5,6 +5,16 @@ md-sidenav md-list .md-button {
font-weight: normal;
}
/**
* Overlap fab button by half its height downward
*/
.md-button.md-fab-overlap-bottom {
&.md-fab-bottom-right,
&.md-fab-bottom-left {
bottom: -(($button-fab-width + $button-fab-padding)/2);
}
}
/**
* Keep main fab button visible and either at the bottom right of the list
* view or at the bottom left of the detail view