login changes : ps
This commit is contained in:
parent
1ba4476104
commit
d12c81b8da
13
ng6-seed/package-lock.json
generated
13
ng6-seed/package-lock.json
generated
@ -4273,7 +4273,8 @@
|
|||||||
"ansi-regex": {
|
"ansi-regex": {
|
||||||
"version": "2.1.1",
|
"version": "2.1.1",
|
||||||
"bundled": true,
|
"bundled": true,
|
||||||
"dev": true
|
"dev": true,
|
||||||
|
"optional": true
|
||||||
},
|
},
|
||||||
"aproba": {
|
"aproba": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
@ -4688,7 +4689,8 @@
|
|||||||
"safe-buffer": {
|
"safe-buffer": {
|
||||||
"version": "5.1.1",
|
"version": "5.1.1",
|
||||||
"bundled": true,
|
"bundled": true,
|
||||||
"dev": true
|
"dev": true,
|
||||||
|
"optional": true
|
||||||
},
|
},
|
||||||
"safer-buffer": {
|
"safer-buffer": {
|
||||||
"version": "2.1.2",
|
"version": "2.1.2",
|
||||||
@ -4744,6 +4746,7 @@
|
|||||||
"version": "3.0.1",
|
"version": "3.0.1",
|
||||||
"bundled": true,
|
"bundled": true,
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
"optional": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"ansi-regex": "^2.0.0"
|
"ansi-regex": "^2.0.0"
|
||||||
}
|
}
|
||||||
@ -4787,12 +4790,14 @@
|
|||||||
"wrappy": {
|
"wrappy": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"bundled": true,
|
"bundled": true,
|
||||||
"dev": true
|
"dev": true,
|
||||||
|
"optional": true
|
||||||
},
|
},
|
||||||
"yallist": {
|
"yallist": {
|
||||||
"version": "3.0.2",
|
"version": "3.0.2",
|
||||||
"bundled": true,
|
"bundled": true,
|
||||||
"dev": true
|
"dev": true,
|
||||||
|
"optional": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,11 +1,17 @@
|
|||||||
<div class="relative">
|
<div class="relative">
|
||||||
<div class="form-bg">
|
<div class="form-bg">
|
||||||
|
<div fxLayout="row" fxLayoutAlign="center" class="pt-2">
|
||||||
|
<!-- <p>SINEEDGE Login Details</p> -->
|
||||||
|
<h2><img [src]="'http://ssa.sineedge.com/sparqapi/logo/sineedge_red.png'" style="height: 50px;;"> <span> SINEEDGE </span>
|
||||||
|
</h2>
|
||||||
|
</div>
|
||||||
<div fxLayout="row" fxLayoutAlign="center start" class="pt-2">
|
<div fxLayout="row" fxLayoutAlign="center start" class="pt-2">
|
||||||
<div fxLayout="column" fxFlex.xl="40" fxFlex.lg="40" fxFlex.md="50" fxFlex.sm="80" fxFlex.xs="90">
|
<div fxLayout="column" fxFlex.xl="40" fxFlex.lg="40" fxFlex.md="50" fxFlex.sm="80" fxFlex.xs="90">
|
||||||
<mat-card class="login-session">
|
<mat-card class="login-session">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="base-border">Login</h2>
|
<h2 class="base-border">Login</h2>
|
||||||
<!-- <p>Enter Your Login Details</p> -->
|
<!-- <p>Enter Your Login Details</p> -->
|
||||||
|
<br>
|
||||||
<form #form="ngForm" (ngSubmit)="login()">
|
<form #form="ngForm" (ngSubmit)="login()">
|
||||||
<div fxLayout="column" fxLayoutAlign="start stretch">
|
<div fxLayout="column" fxLayoutAlign="start stretch">
|
||||||
<mat-form-field style="width: 100%">
|
<mat-form-field style="width: 100%">
|
||||||
@ -26,5 +32,19 @@
|
|||||||
</mat-card>
|
</mat-card>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div fxLayout="row" fxLayoutAlign="center" class="pt-2">
|
||||||
|
<span class="bottom-sec">info@sineedge.com | +91-11-223333333</span>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer class="page-footer">
|
||||||
|
|
||||||
|
<!-- © Copyright -->
|
||||||
|
<div class="footer-copyright text-center py-1">© 2018 SineEdge Consulting Pvt Ltd.
|
||||||
|
<a href="https://sineedge.com"> All rights are reserved</a>
|
||||||
|
</div>
|
||||||
|
<!-- © Copyright -->
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -0,0 +1,16 @@
|
|||||||
|
.form-bg {
|
||||||
|
height: 100vh !important;
|
||||||
|
background-position: center !important;
|
||||||
|
min-height: calc(0vh + 0px) !important;
|
||||||
|
}
|
||||||
|
.form-bg::before {
|
||||||
|
background-color: rgba(0, 0, 0, 0) !important;
|
||||||
|
}
|
||||||
|
h2, .page-footer{
|
||||||
|
color:red;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.bottom-sec,.mat-green{
|
||||||
|
color:white !important;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 681 KiB After Width: | Height: | Size: 138 KiB |
BIN
ng6-seed/src/assets/images/login_o.jpg
Normal file
BIN
ng6-seed/src/assets/images/login_o.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 681 KiB |
Loading…
Reference in New Issue
Block a user