99 </ p >
1010</ mat-card >
1111
12- < mat-card fxLayout =" row " fxLayoutGap =" 5px ">
12+ < mat-card class =" flex-mat-card-container ">
1313
14- < div fxFlex fxLayout =" column " fxLayout.gt-sm =" row wrap " fxLayoutGap =" 5px " fxLayoutAlign.gt-sm =" center ">
15- < h3 fxFlex.gt-sm =" grow "> Namespace < code > default</ code > </ h3 >
14+ < div class =" flex-container ">
15+ < h3 class =" flex-header "> Namespace < code > default</ code > </ h3 >
1616 < button mat-raised-button color ="primary " (click) ="startDefaultNamespaceScrolls() "
1717 id ="startDefaultNamespaceScrollsButton " matTooltip ="Start scroll animation ">
1818 < mat-icon > play_arrow</ mat-icon >
@@ -27,8 +27,8 @@ <h3 fxFlex.gt-sm="grow">Namespace <code>default</code></h3>
2727 </ button >
2828 </ div >
2929
30- < div fxFlex fxLayout =" column " fxLayout.gt-sm =" row wrap " fxLayoutGap =" 5px " fxLayoutAlign.gt-sm =" center ">
31- < h3 fxFlex.gt-sm =" grow "> Namespace < code > customSpace</ code > </ h3 >
30+ < div class =" flex-container ">
31+ < h3 class =" flex-header "> Namespace < code > customSpace</ code > </ h3 >
3232 < button mat-raised-button color ="primary " (click) ="startCustomNamespaceScroll() "
3333 id ="startCustomNamespaceScrollsButton " matTooltip ="Start scroll animation ">
3434 < mat-icon > play_arrow</ mat-icon >
@@ -42,16 +42,16 @@ <h3 fxFlex.gt-sm="grow">Namespace <code>customSpace</code></h3>
4242 < mat-icon > replay</ mat-icon >
4343 </ button >
4444 </ div >
45- < div fxFlex fxLayout =" column " fxLayout.gt-sm =" row wrap " fxLayoutGap =" 5px " fxLayoutAlign.gt-sm =" center ">
46- < h3 fxFlex.gt-sm =" grow "> All Namespaces</ h3 >
45+ < div class =" flex-container ">
46+ < h3 class =" flex-header "> All Namespaces</ h3 >
4747 < button mat-raised-button color ="primary " (click) ="pageScrollService.stopAll() "
4848 id ="stopAllNamespaceScrollsButton " matTooltip ="Stop all scroll animations ">
4949 < mat-icon > stop</ mat-icon >
5050 </ button >
5151 </ div >
5252</ mat-card >
5353
54- < mat-card fxLayout =" row " fxLayoutGap =" 5px ">
54+ < mat-card class =" flex-mat-card-container ">
5555 < div >
5656 < h4 > Namespace default</ h4 >
5757 < div #container1 id ="container1 " class ="scrollContainer ">
0 commit comments