File tree Expand file tree Collapse file tree 7 files changed +84
-276
lines changed
arc-lib/src/lib/components/auth Expand file tree Collapse file tree 7 files changed +84
-276
lines changed Original file line number Diff line number Diff line change 21
21
}
22
22
}
23
23
24
-
25
- .card-row {
26
- display : flex ;
27
- margin : 0 -0.5rem ;
28
- }
29
-
30
- .card-col {
31
- flex : 1 0 calc (50% - 1rem );
32
- margin : 0 0.5rem ;
33
- }
34
- .card-row {
35
- margin : 0 ;
36
- padding : 30px 70px ;
37
- .sign-in-title {
38
- h2 {
39
- font-size : 36px ;
40
- margin : 50px 0 10px 0 ;
41
- }
42
- h3 {
43
- font-size : 24px ;
44
- color : #525252 ;
45
- margin : 0 ;
46
- }
47
- p {
48
- font-size : 16px ;
49
- margin : 0 0 30px 0 ;
50
- }
51
- }
52
- }
53
-
54
- .sign-in-button {
55
- button {
56
- font-weight : normal ;
57
- border : 1px solid #d9d9d9 ;
58
- background : #fff ;
59
- text-transform : inherit ;
60
- font-size : 13px ;
61
- & :hover {
62
- border : 1px solid #8f8f8f ;
63
- }
64
- img {
65
- margin-right : 5px ;
66
- }
67
- }
68
- }
69
- .footer {
70
- color : #525252 ;
71
- a {
72
- text-decoration : none ;
73
- color : #19a5ff ;
74
- font-weight : 700 ;
75
- }
76
- }
77
- .devider {
78
- color : #525252 ;
79
- font-size : 13px ;
80
- margin : 0 10px 20px ;
81
- & :before {
82
- content : ' ' ;
83
- height : 1px ;
84
- background : #d9d9d9 ;
85
- width : 110px ;
86
- margin-right : 10px ;
87
- }
88
-
89
- & :after {
90
- content : ' ' ;
91
- height : 1px ;
92
- background : #d9d9d9 ;
93
- width : 110px ;
94
- margin-left : 10px ;
95
- }
96
- }
97
24
.main-wrapper {
98
25
padding-top : 147px ;
99
26
}
Original file line number Diff line number Diff line change 21
21
}
22
22
}
23
23
24
- .card-row {
25
- display : flex ;
26
- margin : 0 -0.5rem ;
27
- }
28
-
29
- .card-col {
30
- flex : 1 0 calc (50% - 1rem );
31
- margin : 0 0.5rem ;
32
- }
33
- .card-row {
34
- margin : 0 ;
35
- padding : 30px 70px ;
36
- .sign-in-title {
37
- h2 {
38
- font-size : 36px ;
39
- margin : 50px 0 10px 0 ;
40
- }
41
- h3 {
42
- font-size : 24px ;
43
- color : #525252 ;
44
- margin : 0 ;
45
- }
46
- p {
47
- font-size : 16px ;
48
- margin : 0 0 30px 0 ;
49
- }
50
- }
51
- }
52
-
53
- .footer {
54
- color : #525252 ;
55
- a {
56
- text-decoration : none ;
57
- color : #19a5ff ;
58
- font-weight : 700 ;
59
- }
60
- }
61
- .devider {
62
- color : #525252 ;
63
- font-size : 13px ;
64
- margin : 0 10px 20px ;
65
- & :before {
66
- content : ' ' ;
67
- height : 1px ;
68
- background : #d9d9d9 ;
69
- width : 110px ;
70
- margin-right : 10px ;
71
- }
72
-
73
- & :after {
74
- content : ' ' ;
75
- height : 1px ;
76
- background : #d9d9d9 ;
77
- width : 110px ;
78
- margin-left : 10px ;
79
- }
80
- }
81
24
.forgot-password {
82
25
a {
83
26
text-decoration : none ;
Original file line number Diff line number Diff line change 10
10
< div class ="sign-in-title ">
11
11
< h2 > Reset Password</ h2 >
12
12
< p >
13
- Please Enter and confirm your new password .......... for to complete the password reset process
13
+ Please Enter and confirm your new password < span > {{reqEmail}} </ span > for to complete the password reset process
14
14
</ p >
15
15
</ div >
16
16
< form [formGroup] ="resetPasswordForm " (ngSubmit) ="onSubmit() ">
Original file line number Diff line number Diff line change 21
21
}
22
22
}
23
23
24
- .card-row {
25
- display : flex ;
26
- margin : 0 -0.5rem ;
27
- }
28
-
29
- .card-col {
30
- flex : 1 0 calc (50% - 1rem );
31
- margin : 0 0.5rem ;
32
- }
33
- .card-row {
34
- margin : 0 ;
35
- padding : 30px 70px ;
36
- .sign-in-title {
37
- h2 {
38
- font-size : 36px ;
39
- margin : 50px 0 10px 0 ;
40
- }
41
- h3 {
42
- font-size : 24px ;
43
- color : #525252 ;
44
- margin : 0 ;
45
- }
46
- p {
47
- font-size : 16px ;
48
- margin : 0 0 30px 0 ;
49
- }
50
- }
51
- }
52
-
53
- .sign-in-button {
54
- button {
55
- font-weight : normal ;
56
- border : 1px solid #d9d9d9 ;
57
- background : #fff ;
58
- text-transform : inherit ;
59
- font-size : 13px ;
60
- & :hover {
61
- border : 1px solid #8f8f8f ;
62
- }
63
- img {
64
- margin-right : 5px ;
65
- }
66
- }
67
- }
68
- .footer {
69
- color : #525252 ;
70
- a {
71
- text-decoration : none ;
72
- color : #19a5ff ;
73
- font-weight : 700 ;
74
- }
75
- }
76
- .devider {
77
- color : #525252 ;
78
- font-size : 13px ;
79
- margin : 0 10px 20px ;
80
- & :before {
81
- content : ' ' ;
82
- height : 1px ;
83
- background : #d9d9d9 ;
84
- width : 110px ;
85
- margin-right : 10px ;
86
- }
87
-
88
- & :after {
89
- content : ' ' ;
90
- height : 1px ;
91
- background : #d9d9d9 ;
92
- width : 110px ;
93
- margin-left : 10px ;
94
- }
95
- }
96
24
.main-wrapper {
97
25
padding-top : 147px ;
98
26
}
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import { NbToastrService } from '@nebular/theme';
15
15
export class ResetPasswordComponent extends RouteComponentBaseDirective {
16
16
resetPasswordForm : FormGroup ;
17
17
showPassword = false ;
18
+ reqEmail = '' ;
18
19
showConfirmPassword = false ;
19
20
imageUrl : string ;
20
21
altText : string ;
@@ -30,14 +31,14 @@ export class ResetPasswordComponent extends RouteComponentBaseDirective {
30
31
) {
31
32
super ( route , location ) ;
32
33
this . imageUrl = '../../../assets/images/auth/ARC_logo.png' ;
33
- this . altText = 'logo' ;
34
+ this . altText = 'logo' ;
34
35
}
35
36
36
37
ngOnInit ( ) {
37
38
38
39
this . resetPasswordForm = new FormGroup (
39
40
{
40
- password : new FormControl ( '' , [
41
+ password : new FormControl ( '' , [
41
42
Validators . required ,
42
43
Validators . minLength ( 6 ) ,
43
44
Validators . pattern (
Original file line number Diff line number Diff line change 21
21
}
22
22
}
23
23
24
- .card-row {
25
- display : flex ;
26
- margin : 0 -0.5rem ;
27
- }
28
-
29
- .card-col {
30
- flex : 1 0 calc (50% - 1rem );
31
- margin : 0 0.5rem ;
32
- }
33
- .card-row {
34
- margin : 0 ;
35
- padding : 30px 70px ;
36
- .sign-in-title {
37
- h2 {
38
- font-size : 36px ;
39
- margin : 50px 0 10px 0 ;
40
- }
41
- h3 {
42
- font-size : 24px ;
43
- color : #525252 ;
44
- margin : 0 ;
45
- }
46
- p {
47
- font-size : 16px ;
48
- margin : 0 0 30px 0 ;
49
- }
50
- }
51
- }
52
24
.input-wrapper {
53
25
display : flex ;
54
26
gap :10px ;
58
30
input {
59
31
60
32
margin : 5px 0 ;
61
- width : 80 % ;
33
+ width : 100 % ;
62
34
max-width : inherit ;
63
35
border-radius : 0 ;
64
36
background : #fff ;
65
37
}
66
38
}
67
39
68
- .forgotpassword {
69
- position : relative ;
70
- top : -40px ;
71
- }
72
-
73
- .footer {
74
- color : #525252 ;
75
- a {
76
- text-decoration : none ;
77
- color : #19a5ff ;
78
- font-weight : 700 ;
79
- }
80
- }
81
- .devider {
82
- color : #525252 ;
83
- font-size : 13px ;
84
- margin : 0 10px 20px ;
85
- & :before {
86
- content : ' ' ;
87
- height : 1px ;
88
- background : #d9d9d9 ;
89
- width : 110px ;
90
- margin-right : 10px ;
91
- }
92
-
93
- & :after {
94
- content : ' ' ;
95
- height : 1px ;
96
- background : #d9d9d9 ;
97
- width : 110px ;
98
- margin-left : 10px ;
99
- }
100
- }
101
40
102
41
.main-wrapper {
103
42
padding-top : 118px ;
You can’t perform that action at this time.
0 commit comments