File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
projects/saas-ui/src/app/on-boarding
components/add-subscriber Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
- < nb-card class ="h-100 card-row ">
1
+ < nb-card class ="h-100 card-row glassmorphism ">
2
2
< nb-card-body class ="m-0 ">
3
3
< div class ="main-wrapper add-lead-wrapper ">
4
4
< div >
5
5
< div class ="sign-in-title ">
6
- < h2 class ="title "> Tenant Registration</ h2 >
6
+ < h2 class ="title "> Marketplace Registration</ h2 >
7
7
< form [formGroup] ="marketSubsForm " (ngSubmit) ="onSubmit() ">
8
8
<!-- input fields -->
9
9
< div class ="input-wrapper ">
@@ -89,7 +89,7 @@ <h2 class="title">Tenant Registration</h2>
89
89
nbInput
90
90
/>
91
91
< nb-icon
92
- icon ="info -outline "
92
+ icon ="email -outline "
93
93
class ="info-icon "
94
94
nbTooltip ="Please enter your Mail id. This field is required. "
95
95
> </ nb-icon >
@@ -121,6 +121,11 @@ <h2 class="title">Tenant Registration</h2>
121
121
formControlName ="address "
122
122
nbInput
123
123
/>
124
+ < nb-icon
125
+ icon ="info-outline "
126
+ class ="info-icon "
127
+ nbTooltip ="Please enter your address. This field is required "
128
+ > </ nb-icon >
124
129
</ div >
125
130
</ div >
126
131
</ div >
Original file line number Diff line number Diff line change 59
59
}
60
60
}
61
61
.input-wrapper {
62
- margin-top : 20 px ;
62
+ margin-top : 100 px ;
63
63
}
64
64
65
65
nb-select {
@@ -129,7 +129,7 @@ input.ng-invalid.ng-touched {
129
129
130
130
.add-lead-wrapper {
131
131
h2 {
132
- margin-top : 0 !important ;
132
+ margin-top : 40 px !important ;
133
133
}
134
134
}
135
135
@@ -157,7 +157,7 @@ input.ng-invalid.ng-touched {
157
157
align-items : center ;
158
158
justify-content : space-between ;
159
159
width : 100% ;
160
- margin-top : 50 px ;
160
+ margin-top : 80 px ;
161
161
}
162
162
163
163
.btn.regbtn {
@@ -358,5 +358,5 @@ input[nbInput] {
358
358
color : #110f0f ;
359
359
left : 50vw ;
360
360
text-align : center ;
361
- margin-bottom : 50 px ;
361
+ margin-top : 60 px ;
362
362
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const routes: Routes = [
31
31
canActivate : [ EmailVerifyGuard ] ,
32
32
} ,
33
33
{
34
- path : 'add-subscriber/:token ' ,
34
+ path : 'add-subscriber' ,
35
35
component : AddSubscriberComponent ,
36
36
} ,
37
37
] ,
You can’t perform that action at this time.
0 commit comments