mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-25 20:29:07 +00:00
21 lines
740 B
HTML
21 lines
740 B
HTML
<div fxFlex fxLayout="column" fxLayoutAlign="center center">
|
|
|
|
<div class="big-circle mat-elevation-z1 app-logo" fxLayout="column" fxLayoutAlign="center center"
|
|
[@animate]="{value:'*',params:{delay:'50ms',scale:'0.2'}}">
|
|
|
|
<mat-icon class="s-64 s-mat-128 mat-accent">chat</mat-icon>
|
|
|
|
</div>
|
|
|
|
<span class="app-title my-24" [@animate]="{value:'*',params:{delay:'100ms',y:'25px'}}">Chat App</span>
|
|
|
|
<span fxHide fxShow.gt-md class="app-message" [@animate]="{value:'*',params:{delay:'200ms',y:'50px'}}">
|
|
Select contact to start the chat!..
|
|
</span>
|
|
|
|
<button mat-raised-button fxHide.gt-md fuseMatSidenavToggler="chat-left-sidenav">
|
|
Select contact to start the chat!..
|
|
</button>
|
|
|
|
</div>
|