mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 09:53:23 +00:00
(css) Restore lost .md-fab-overlap-bottom class
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user