fuse-angular/src/app/main/content/pages/maintenance/maintenance.component.html
Sercan Yemen 6747610771 Fixed: Fullwidth simple page layout doesn't scroll
+ 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
2017-09-22 16:04:59 +03:00

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>