mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-18 14:22:35 +00:00
+ Added: New logo to the various pages + Fixed: Mobile zoom is not disabled + Fixed: Profile timeline mobile order is not correct + Fixed: Quickpanel focusses to the form elements causing it to scroll on mobile devices when opened + Various demo page mobile fixes
22 lines
614 B
HTML
22 lines
614 B
HTML
<div id="maintenance" fxLayout="column" fusePerfectScrollbar>
|
|
|
|
<div id="maintenance-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
|
|
|
<div id="maintenance-form" *fuseIfOnDom [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
|
|
|
<div class="logo">
|
|
<img src="assets/images/logos/fuse.svg">
|
|
</div>
|
|
|
|
<div class="title">Closed for scheduled maintenance!</div>
|
|
|
|
<div class="subtitle">
|
|
We're sorry for the inconvenience. <br> Please check back later.
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|