Skip to content
Snippets Groups Projects
Commit 59a9fcbd authored by jojohoch's avatar jojohoch
Browse files

[player] Replace flex layout module in PageScrollButtonComponent

parent ba9c2ed8
No related branches found
No related tags found
No related merge requests found
<ng-content></ng-content>
<div fxLayout="column" fxLayoutAlign="center center"
class="scroll-button-container">
<div class="fx-column-center-center scroll-button-container">
<button *ngIf="isVisible.value"
mat-fab
class="scroll-button"
......
......@@ -16,3 +16,11 @@
pointer-events: none;
z-index: 100;
}
.fx-column-center-center {
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment