mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
(Layout) Apps and pages moved to the new layout system
This commit is contained in:
parent
ffb134f1ec
commit
52cfeec2e7
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
<chat-user-sidenav class="view"
|
<chat-user-sidenav class="view"
|
||||||
*ngSwitchCase="'user'"
|
*ngSwitchCase="'user'"
|
||||||
[@slideInLeft]>
|
[@slideInLeft]
|
||||||
|
fusePerfectScrollbar>
|
||||||
</chat-user-sidenav>
|
</chat-user-sidenav>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- SIDENAV CONTENT -->
|
<!-- SIDENAV CONTENT -->
|
||||||
<div class="sidenav-content p-16" fusePerfectScrollbar fxFlex>
|
<div class="sidenav-content p-16" fxFlex>
|
||||||
|
|
||||||
<!-- USER MOOD -->
|
<!-- USER MOOD -->
|
||||||
<mat-card>
|
<mat-card>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
mat-toolbar {
|
mat-toolbar {
|
||||||
|
|
||||||
|
|
|
@ -18,11 +18,8 @@
|
||||||
|
|
||||||
<!-- TOOLBAR BOTTOM -->
|
<!-- TOOLBAR BOTTOM -->
|
||||||
<mat-toolbar-row class="toolbar-bottom" fxLayout="column" fxLayoutAlign="center center">
|
<mat-toolbar-row class="toolbar-bottom" fxLayout="column" fxLayoutAlign="center center">
|
||||||
|
|
||||||
<img [src]="contact.avatar" class="avatar contact-avatar huge" alt="{{contact.name}}"/>
|
<img [src]="contact.avatar" class="avatar contact-avatar huge" alt="{{contact.name}}"/>
|
||||||
|
|
||||||
<div class="contact-name my-8">{{contact.name}}</div>
|
<div class="contact-name my-8">{{contact.name}}</div>
|
||||||
|
|
||||||
</mat-toolbar-row>
|
</mat-toolbar-row>
|
||||||
<!-- / TOOLBAR BOTTOM -->
|
<!-- / TOOLBAR BOTTOM -->
|
||||||
|
|
||||||
|
@ -31,7 +28,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- SIDENAV CONTENT -->
|
<!-- SIDENAV CONTENT -->
|
||||||
<div class="sidenav-content p-16" fusePerfectScrollbar fxFlex *ngIf="contact">
|
<div class="sidenav-content p-16" fxFlex *ngIf="contact">
|
||||||
|
|
||||||
<!-- CONTACT MOOD -->
|
<!-- CONTACT MOOD -->
|
||||||
<mat-card>
|
<mat-card>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
mat-toolbar {
|
mat-toolbar {
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
<chat-contact-sidenav class="view"
|
<chat-contact-sidenav class="view"
|
||||||
*ngSwitchCase="'contact'"
|
*ngSwitchCase="'contact'"
|
||||||
[@slideInRight]>
|
[@slideInRight]
|
||||||
|
fusePerfectScrollbar>
|
||||||
</chat-contact-sidenav>
|
</chat-contact-sidenav>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
<div id="forgot-password" fxLayout="row" fxLayoutAlign="start">
|
<div id="forgot-password" class="inner-scroll" fxLayout="row" fxLayoutAlign="start">
|
||||||
|
|
||||||
<div id="forgot-password-intro" fxFlex fxHide fxShow.gt-xs>
|
<div id="forgot-password-intro" fxFlex fxHide fxShow.gt-xs>
|
||||||
|
|
||||||
<div class="logo" *fuseIfOnDom [@animate]="{value:'*',params:{scale:'0.2'}}">
|
<div class="logo" [@animate]="{value:'*',params:{scale:'0.2'}}">
|
||||||
<img src="assets/images/logos/fuse.svg">
|
<img src="assets/images/logos/fuse.svg">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="title" *fuseIfOnDom [@animate]="{value:'*',params:{delay:'50ms',y:'25px'}}">
|
<div class="title" [@animate]="{value:'*',params:{delay:'50ms',y:'25px'}}">
|
||||||
Welcome to the FUSE!
|
Welcome to the FUSE!
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="description" *fuseIfOnDom [@animate]="{value:'*',params:{delay:'100ms',y:'25px'}}">
|
<div class="description" [@animate]="{value:'*',params:{delay:'100ms',y:'25px'}}">
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ullamcorper nisl erat,
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ullamcorper nisl erat,
|
||||||
vel convallis elit fermentum pellentesque. Sed mollis velit facilisis facilisis viverra.
|
vel convallis elit fermentum pellentesque. Sed mollis velit facilisis facilisis viverra.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="forgot-password-form-wrapper" fusePerfectScrollbar *fuseIfOnDom
|
<div id="forgot-password-form-wrapper" fusePerfectScrollbar
|
||||||
[@animate]="{value:'*',params:{delay:'300ms',x:'100%'}}">
|
[@animate]="{value:'*',params:{delay:'300ms',x:'100%'}}">
|
||||||
|
|
||||||
<div id="forgot-password-form">
|
<div id="forgot-password-form">
|
||||||
|
|
|
@ -34,9 +34,15 @@ export class ForgotPassword2Component implements OnInit, OnDestroy
|
||||||
// Configure the layout
|
// Configure the layout
|
||||||
this._fuseConfigService.config = {
|
this._fuseConfigService.config = {
|
||||||
layout: {
|
layout: {
|
||||||
navigation: 'none',
|
navbar : {
|
||||||
toolbar : 'none',
|
hidden: true
|
||||||
footer : 'none'
|
},
|
||||||
|
toolbar: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
footer : {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
<div id="forgot-password" fxLayout="column" fusePerfectScrollbar>
|
<div id="forgot-password" fxLayout="column">
|
||||||
|
|
||||||
<div id="forgot-password-form-wrapper" fxLayout="column" fxLayoutAlign="center center" *fuseIfOnDom
|
<div id="forgot-password-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
||||||
[@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
|
||||||
|
|
||||||
<div id="forgot-password-form">
|
<div id="forgot-password-form" [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
||||||
|
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="assets/images/logos/fuse.svg">
|
<img src="assets/images/logos/fuse.svg">
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#forgot-password {
|
#forgot-password {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
|
||||||
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
|
|
|
@ -34,9 +34,15 @@ export class ForgotPasswordComponent implements OnInit, OnDestroy
|
||||||
// Configure the layout
|
// Configure the layout
|
||||||
this._fuseConfigService.config = {
|
this._fuseConfigService.config = {
|
||||||
layout: {
|
layout: {
|
||||||
navigation: 'none',
|
navbar : {
|
||||||
toolbar : 'none',
|
hidden: true
|
||||||
footer : 'none'
|
},
|
||||||
|
toolbar: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
footer : {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<div id="lock" fxLayout="column" fusePerfectScrollbar>
|
<div id="lock" fxLayout="column">
|
||||||
|
|
||||||
<div id="lock-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
<div id="lock-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
||||||
|
|
||||||
<div id="lock-form" *fuseIfOnDom [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
<div id="lock-form" [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
||||||
|
|
||||||
<div class="lock-form-header" fxLayout="column" fxLayoutAlign="center center"
|
<div class="lock-form-header" fxLayout="column" fxLayoutAlign="center center"
|
||||||
fxLayout.gt-xs="row" fxLayoutAlign.gt-xs="start center">
|
fxLayout.gt-xs="row" fxLayoutAlign.gt-xs="start center">
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#lock {
|
#lock {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
|
||||||
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
|
|
|
@ -34,9 +34,15 @@ export class LockComponent implements OnInit, OnDestroy
|
||||||
// Configure the layout
|
// Configure the layout
|
||||||
this._fuseConfigService.config = {
|
this._fuseConfigService.config = {
|
||||||
layout: {
|
layout: {
|
||||||
navigation: 'none',
|
navbar : {
|
||||||
toolbar : 'none',
|
hidden: true
|
||||||
footer : 'none'
|
},
|
||||||
|
toolbar: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
footer : {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
<div id="login" fxLayout="row" fxLayoutAlign="start">
|
<div id="login" class="inner-scroll" fxLayout="row" fxLayoutAlign="start">
|
||||||
|
|
||||||
<div id="login-intro" fxFlex fxHide fxShow.gt-xs>
|
<div id="login-intro" fxFlex fxHide fxShow.gt-xs>
|
||||||
|
|
||||||
<div class="logo" *fuseIfOnDom [@animate]="{value:'*',params:{scale:'0.2'}}">
|
<div class="logo" [@animate]="{value:'*',params:{scale:'0.2'}}">
|
||||||
<img src="assets/images/logos/fuse.svg">
|
<img src="assets/images/logos/fuse.svg">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="title" *fuseIfOnDom [@animate]="{value:'*',params:{delay:'50ms',y:'25px'}}">
|
<div class="title" [@animate]="{value:'*',params:{delay:'50ms',y:'25px'}}">
|
||||||
Welcome to the FUSE!
|
Welcome to the FUSE!
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="description" *fuseIfOnDom [@animate]="{value:'*',params:{delay:'100ms',y:'25px'}}">
|
<div class="description" [@animate]="{value:'*',params:{delay:'100ms',y:'25px'}}">
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ullamcorper nisl erat,
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ullamcorper nisl erat,
|
||||||
vel convallis elit fermentum pellentesque. Sed mollis velit facilisis facilisis viverra.
|
vel convallis elit fermentum pellentesque. Sed mollis velit facilisis facilisis viverra.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="login-form-wrapper" fusePerfectScrollbar *fuseIfOnDom
|
<div id="login-form-wrapper" fusePerfectScrollbar
|
||||||
[@animate]="{value:'*',params:{delay:'300ms',x:'100%'}}">
|
[@animate]="{value:'*',params:{delay:'300ms',x:'100%'}}">
|
||||||
|
|
||||||
<div id="login-form">
|
<div id="login-form">
|
||||||
|
|
|
@ -34,9 +34,15 @@ export class Login2Component implements OnInit, OnDestroy
|
||||||
// Configure the layout
|
// Configure the layout
|
||||||
this._fuseConfigService.config = {
|
this._fuseConfigService.config = {
|
||||||
layout: {
|
layout: {
|
||||||
navigation: 'none',
|
navbar : {
|
||||||
toolbar : 'none',
|
hidden: true
|
||||||
footer : 'none'
|
},
|
||||||
|
toolbar: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
footer : {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<div id="login" fxLayout="column" fusePerfectScrollbar>
|
<div id="login" fxLayout="column">
|
||||||
|
|
||||||
<div id="login-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
<div id="login-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
||||||
|
|
||||||
<div id="login-form" *fuseIfOnDom [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
<div id="login-form" [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
||||||
|
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="assets/images/logos/fuse.svg">
|
<img src="assets/images/logos/fuse.svg">
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#login {
|
#login {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
|
||||||
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
|
|
|
@ -34,9 +34,15 @@ export class LoginComponent implements OnInit, OnDestroy
|
||||||
// Configure the layout
|
// Configure the layout
|
||||||
this._fuseConfigService.config = {
|
this._fuseConfigService.config = {
|
||||||
layout: {
|
layout: {
|
||||||
navigation: 'none',
|
navbar : {
|
||||||
toolbar : 'none',
|
hidden: true
|
||||||
footer : 'none'
|
},
|
||||||
|
toolbar: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
footer : {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<div id="mail-confirm" fxLayout="column" fusePerfectScrollbar>
|
<div id="mail-confirm" fxLayout="column">
|
||||||
|
|
||||||
<div id="mail-confirm-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
<div id="mail-confirm-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
||||||
|
|
||||||
<div id="mail-confirm-form" *fuseIfOnDom [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
<div id="mail-confirm-form" [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
||||||
|
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<mat-icon class="mat-accent s-96">email</mat-icon>
|
<mat-icon class="mat-accent s-96">email</mat-icon>
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#mail-confirm {
|
#mail-confirm {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
|
||||||
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
|
|
|
@ -23,9 +23,15 @@ export class MailConfirmComponent
|
||||||
// Configure the layout
|
// Configure the layout
|
||||||
this._fuseConfigService.config = {
|
this._fuseConfigService.config = {
|
||||||
layout: {
|
layout: {
|
||||||
navigation: 'none',
|
navbar : {
|
||||||
toolbar : 'none',
|
hidden: true
|
||||||
footer : 'none'
|
},
|
||||||
|
toolbar: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
footer : {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
<div id="register" fxLayout="row" fxLayoutAlign="start">
|
<div id="register" class="inner-scroll" fxLayout="row" fxLayoutAlign="start">
|
||||||
|
|
||||||
<div id="register-intro" fxFlex fxHide fxShow.gt-xs>
|
<div id="register-intro" fxFlex fxHide fxShow.gt-xs>
|
||||||
|
|
||||||
<div class="logo" *fuseIfOnDom [@animate]="{value:'*',params:{scale:'0.2'}}">
|
<div class="logo" [@animate]="{value:'*',params:{scale:'0.2'}}">
|
||||||
<img src="assets/images/logos/fuse.svg">
|
<img src="assets/images/logos/fuse.svg">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="title" *fuseIfOnDom [@animate]="{value:'*',params:{delay:'50ms',y:'25px'}}">
|
<div class="title" [@animate]="{value:'*',params:{delay:'50ms',y:'25px'}}">
|
||||||
Welcome to the FUSE!
|
Welcome to the FUSE!
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="description" *fuseIfOnDom [@animate]="{value:'*',params:{delay:'100ms',y:'25px'}}">
|
<div class="description" [@animate]="{value:'*',params:{delay:'100ms',y:'25px'}}">
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ullamcorper nisl erat,
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ullamcorper nisl erat,
|
||||||
vel convallis elit fermentum pellentesque. Sed mollis velit facilisis facilisis viverra.
|
vel convallis elit fermentum pellentesque. Sed mollis velit facilisis facilisis viverra.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="register-form-wrapper" fusePerfectScrollbar *fuseIfOnDom
|
<div id="register-form-wrapper" fusePerfectScrollbar
|
||||||
[@animate]="{value:'*',params:{delay:'300ms',x:'100%'}}">
|
[@animate]="{value:'*',params:{delay:'300ms',x:'100%'}}">
|
||||||
|
|
||||||
<div id="register-form">
|
<div id="register-form">
|
||||||
|
|
|
@ -34,9 +34,15 @@ export class Register2Component implements OnInit, OnDestroy
|
||||||
// Configure the layout
|
// Configure the layout
|
||||||
this._fuseConfigService.config = {
|
this._fuseConfigService.config = {
|
||||||
layout: {
|
layout: {
|
||||||
navigation: 'none',
|
navbar : {
|
||||||
toolbar : 'none',
|
hidden: true
|
||||||
footer : 'none'
|
},
|
||||||
|
toolbar: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
footer : {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<div id="register" fxLayout="column" fusePerfectScrollbar>
|
<div id="register" fxLayout="column">
|
||||||
|
|
||||||
<div id="register-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
<div id="register-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
||||||
|
|
||||||
<div id="register-form" *fuseIfOnDom [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
<div id="register-form" [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
||||||
|
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="assets/images/logos/fuse.svg">
|
<img src="assets/images/logos/fuse.svg">
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#register {
|
#register {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
|
||||||
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
|
|
|
@ -28,9 +28,15 @@ export class RegisterComponent implements OnInit, OnDestroy
|
||||||
// Configure the layout
|
// Configure the layout
|
||||||
this._fuseConfigService.config = {
|
this._fuseConfigService.config = {
|
||||||
layout: {
|
layout: {
|
||||||
navigation: 'none',
|
navbar : {
|
||||||
toolbar : 'none',
|
hidden: true
|
||||||
footer : 'none'
|
},
|
||||||
|
toolbar: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
footer : {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
<div id="reset-password" fxLayout="row" fxLayoutAlign="start">
|
<div id="reset-password" class="inner-scroll" fxLayout="row" fxLayoutAlign="start">
|
||||||
|
|
||||||
<div id="reset-password-intro" fxFlex fxHide fxShow.gt-xs>
|
<div id="reset-password-intro" fxFlex fxHide fxShow.gt-xs>
|
||||||
|
|
||||||
<div class="logo" *fuseIfOnDom [@animate]="{value:'*',params:{scale:'0.2'}}">
|
<div class="logo" [@animate]="{value:'*',params:{scale:'0.2'}}">
|
||||||
<img src="assets/images/logos/fuse.svg">
|
<img src="assets/images/logos/fuse.svg">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="title" *fuseIfOnDom [@animate]="{value:'*',params:{delay:'50ms',y:'25px'}}">
|
<div class="title" [@animate]="{value:'*',params:{delay:'50ms',y:'25px'}}">
|
||||||
Welcome to the FUSE!
|
Welcome to the FUSE!
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="description" *fuseIfOnDom [@animate]="{value:'*',params:{delay:'100ms',y:'25px'}}">
|
<div class="description" [@animate]="{value:'*',params:{delay:'100ms',y:'25px'}}">
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ullamcorper nisl erat,
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ullamcorper nisl erat,
|
||||||
vel convallis elit fermentum pellentesque. Sed mollis velit facilisis facilisis viverra.
|
vel convallis elit fermentum pellentesque. Sed mollis velit facilisis facilisis viverra.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="reset-password-form-wrapper" fusePerfectScrollbar *fuseIfOnDom
|
<div id="reset-password-form-wrapper" fusePerfectScrollbar
|
||||||
[@animate]="{value:'*',params:{delay:'300ms',x:'100%'}}">
|
[@animate]="{value:'*',params:{delay:'300ms',x:'100%'}}">
|
||||||
|
|
||||||
<div id="reset-password-form">
|
<div id="reset-password-form">
|
||||||
|
|
|
@ -28,9 +28,15 @@ export class ResetPassword2Component implements OnInit, OnDestroy
|
||||||
// Configure the layout
|
// Configure the layout
|
||||||
this._fuseConfigService.config = {
|
this._fuseConfigService.config = {
|
||||||
layout: {
|
layout: {
|
||||||
navigation: 'none',
|
navbar : {
|
||||||
toolbar : 'none',
|
hidden: true
|
||||||
footer : 'none'
|
},
|
||||||
|
toolbar: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
footer : {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
<div id="reset-password" fxLayout="column" fusePerfectScrollbar>
|
<div id="reset-password" fxLayout="column">
|
||||||
|
|
||||||
<div id="reset-password-form-wrapper" fxLayout="column" fxLayoutAlign="center center"
|
<div id="reset-password-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
||||||
*fuseIfOnDom [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
|
||||||
|
|
||||||
<div id="reset-password-form">
|
<div id="reset-password-form" [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
||||||
|
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="assets/images/logos/fuse.svg">
|
<img src="assets/images/logos/fuse.svg">
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#reset-password {
|
#reset-password {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
|
||||||
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
|
|
|
@ -34,9 +34,15 @@ export class ResetPasswordComponent implements OnInit, OnDestroy
|
||||||
// Configure the layout
|
// Configure the layout
|
||||||
this._fuseConfigService.config = {
|
this._fuseConfigService.config = {
|
||||||
layout: {
|
layout: {
|
||||||
navigation: 'none',
|
navbar : {
|
||||||
toolbar : 'none',
|
hidden: true
|
||||||
footer : 'none'
|
},
|
||||||
|
toolbar: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
footer : {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<div id="coming-soon" fxLayout="column" fusePerfectScrollbar>
|
<div id="coming-soon" fxLayout="column">
|
||||||
|
|
||||||
<div id="coming-soon-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
<div id="coming-soon-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
||||||
|
|
||||||
<div id="coming-soon-form" *fuseIfOnDom [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
<div id="coming-soon-form" [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
||||||
|
|
||||||
<div class="top">
|
<div class="top">
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#coming-soon {
|
#coming-soon {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
|
||||||
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
|
|
|
@ -34,9 +34,15 @@ export class ComingSoonComponent implements OnInit, OnDestroy
|
||||||
// Configure the layout
|
// Configure the layout
|
||||||
this._fuseConfigService.config = {
|
this._fuseConfigService.config = {
|
||||||
layout: {
|
layout: {
|
||||||
navigation: 'none',
|
navbar : {
|
||||||
toolbar : 'none',
|
hidden: true
|
||||||
footer : 'none'
|
},
|
||||||
|
toolbar: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
footer : {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#error-404 {
|
#error-404 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
|
|
@ -21,9 +21,15 @@ export class Error404Component
|
||||||
// Configure the layout
|
// Configure the layout
|
||||||
this._fuseConfigService.config = {
|
this._fuseConfigService.config = {
|
||||||
layout: {
|
layout: {
|
||||||
navigation: 'none',
|
navbar : {
|
||||||
toolbar : 'none',
|
hidden: true
|
||||||
footer : 'none'
|
},
|
||||||
|
toolbar: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
footer : {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#error-500 {
|
#error-500 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
|
|
@ -9,16 +9,27 @@ import { FuseConfigService } from '@fuse/services/config.service';
|
||||||
})
|
})
|
||||||
export class Error500Component
|
export class Error500Component
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Constructor
|
||||||
|
*
|
||||||
|
* @param {FuseConfigService} _fuseConfigService
|
||||||
|
*/
|
||||||
constructor(
|
constructor(
|
||||||
private fuseConfig: FuseConfigService
|
private _fuseConfigService: FuseConfigService
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
// Configure the layout
|
// Configure the layout
|
||||||
this.fuseConfig.config = {
|
this._fuseConfigService.config = {
|
||||||
layout: {
|
layout: {
|
||||||
navigation: 'none',
|
navbar : {
|
||||||
toolbar : 'none',
|
hidden: true
|
||||||
footer : 'none'
|
},
|
||||||
|
toolbar: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
footer : {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div id="faq" class="page-layout simple" fusePerfectScrollbar>
|
<div id="faq" class="page-layout simple full-width">
|
||||||
|
|
||||||
<!-- HEADER -->
|
<!-- HEADER -->
|
||||||
<div class="header mat-accent-bg p-16 p-sm-24" fxLayout="column" fxLayoutAlign="center center">
|
<div class="header mat-accent-bg p-16 p-sm-24" fxLayout="column" fxLayoutAlign="center center">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div id="invoice" class="compact page-layout blank" fxLayout="row" fusePerfectScrollbar>
|
<div id="invoice" class="compact page-layout blank" fxLayout="row">
|
||||||
|
|
||||||
<div class="invoice-container">
|
<div class="invoice-container">
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
&.compact {
|
&.compact {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
.invoice-container {
|
.invoice-container {
|
||||||
padding: 64px;
|
padding: 64px;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div id="invoice" class="modern page-layout blank" fxLayout="row" fusePerfectScrollbar>
|
<div id="invoice" class="modern page-layout blank" fxLayout="row">
|
||||||
|
|
||||||
<div class="invoice-container">
|
<div class="invoice-container">
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
&.modern {
|
&.modern {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
.invoice-container {
|
.invoice-container {
|
||||||
padding: 64px;
|
padding: 64px;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div id="knowledgebase" class="page-layout simple" fusePerfectScrollbar>
|
<div id="knowledgebase" class="page-layout simple full-width">
|
||||||
|
|
||||||
<!-- HEADER -->
|
<!-- HEADER -->
|
||||||
<div class="header mat-accent-bg p-16 p-sm-24" fxLayout="column" fxLayoutAlign="center center">
|
<div class="header mat-accent-bg p-16 p-sm-24" fxLayout="column" fxLayoutAlign="center center">
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<div id="maintenance" fxLayout="column" fusePerfectScrollbar>
|
<div id="maintenance" fxLayout="column">
|
||||||
|
|
||||||
<div id="maintenance-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
<div id="maintenance-form-wrapper" fxLayout="column" fxLayoutAlign="center center">
|
||||||
|
|
||||||
<div id="maintenance-form" *fuseIfOnDom [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
<div id="maintenance-form" [@animate]="{value:'*',params:{duration:'300ms',y:'100px'}}">
|
||||||
|
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="assets/images/logos/fuse.svg">
|
<img src="assets/images/logos/fuse.svg">
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
#maintenance {
|
#maintenance {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
|
||||||
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
background: url('/assets/images/backgrounds/dark-material-bg.jpg') no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
|
|
|
@ -23,9 +23,15 @@ export class MaintenanceComponent
|
||||||
// Configure the layout
|
// Configure the layout
|
||||||
this._fuseConfigService.config = {
|
this._fuseConfigService.config = {
|
||||||
layout: {
|
layout: {
|
||||||
navigation: 'none',
|
navbar : {
|
||||||
toolbar : 'none',
|
hidden: true
|
||||||
footer : 'none'
|
},
|
||||||
|
toolbar: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
footer : {
|
||||||
|
hidden: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div id="price-tables" class="page-layout simple fullwidth" fusePerfectScrollbar>
|
<div id="price-tables" class="page-layout simple fullwidth">
|
||||||
|
|
||||||
<!-- HEADER -->
|
<!-- HEADER -->
|
||||||
<div class="header" fxLayout="row" fxLayoutAlign="start start">
|
<div class="header" fxLayout="row" fxLayoutAlign="start start">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div id="price-tables" class="page-layout simple fullwidth" fusePerfectScrollbar>
|
<div id="price-tables" class="page-layout simple fullwidth">
|
||||||
|
|
||||||
<!-- HEADER -->
|
<!-- HEADER -->
|
||||||
<div class="header" fxLayout="row" fxLayoutAlign="start start">
|
<div class="header" fxLayout="row" fxLayoutAlign="start start">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div id="price-tables" class="page-layout simple fullwidth" fusePerfectScrollbar>
|
<div id="price-tables" class="page-layout simple fullwidth">
|
||||||
|
|
||||||
<!-- HEADER -->
|
<!-- HEADER -->
|
||||||
<div class="header" fxLayout="row" fxLayoutAlign="start start">
|
<div class="header" fxLayout="row" fxLayoutAlign="start start">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div id="profile" class="page-layout simple tabbed" fusePerfectScrollbar>
|
<div id="profile" class="page-layout simple tabbed">
|
||||||
|
|
||||||
<!-- HEADER -->
|
<!-- HEADER -->
|
||||||
<div class="header p-24" fxLayout="column" fxLayoutAlign="center center" fxLayout.gt-sm="row"
|
<div class="header p-24" fxLayout="column" fxLayoutAlign="center center" fxLayout.gt-sm="row"
|
||||||
|
@ -7,13 +7,12 @@
|
||||||
<div class="user-info" fxLayout="column" fxLayoutAlign="center center" fxLayout.gt-sm="row"
|
<div class="user-info" fxLayout="column" fxLayoutAlign="center center" fxLayout.gt-sm="row"
|
||||||
fxLayoutAlign.gt-sm="start center">
|
fxLayoutAlign.gt-sm="start center">
|
||||||
<img class="profile-image avatar huge" src="assets/images/avatars/katherine.jpg"
|
<img class="profile-image avatar huge" src="assets/images/avatars/katherine.jpg"
|
||||||
*fuseIfOnDom [@animate]="{value:'*',params:{delay:'50ms',scale:'0.2'}}">
|
[@animate]="{value:'*',params:{delay:'50ms',scale:'0.2'}}">
|
||||||
<div class="name" *fuseIfOnDom [@animate]="{value:'*',params:{delay:'100ms',x:'-25px'}}">Katherine Wilson
|
<div class="name" [@animate]="{value:'*',params:{delay:'100ms',x:'-25px'}}">Katherine Wilson
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="actions" fxLayout="row" fxLayoutAlign="end center" *fuseIfOnDom
|
<div class="actions" fxLayout="row" fxLayoutAlign="end center" [@animate]="{value:'*',params:{delay:'200ms'}}">
|
||||||
[@animate]="{value:'*',params:{delay:'200ms'}}">
|
|
||||||
<button mat-raised-button color="accent" aria-label="Follow">Follow</button>
|
<button mat-raised-button color="accent" aria-label="Follow">Follow</button>
|
||||||
<button mat-raised-button color="primary" aria-label="Send Message">Send Message</button>
|
<button mat-raised-button color="primary" aria-label="Send Message">Send Message</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div id="search" class="page-layout simple tabbed" fusePerfectScrollbar>
|
<div id="search" class="page-layout simple tabbed">
|
||||||
|
|
||||||
<!-- HEADER -->
|
<!-- HEADER -->
|
||||||
<div class="header mat-accent-bg p-24" fxLayout="column" fxLayoutAlign="center center" fxLayout.gt-sm="row"
|
<div class="header mat-accent-bg p-24" fxLayout="column" fxLayoutAlign="center center" fxLayout.gt-sm="row"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user