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 ">
22 < nb-card-body class ="m-0 ">
33 < div class ="main-wrapper add-lead-wrapper ">
44 < div >
55 < div class ="sign-in-title ">
6- < h2 class ="title "> Tenant Registration</ h2 >
6+ < h2 class ="title "> Marketplace Registration</ h2 >
77 < form [formGroup] ="marketSubsForm " (ngSubmit) ="onSubmit() ">
88 <!-- input fields -->
99 < div class ="input-wrapper ">
@@ -89,7 +89,7 @@ <h2 class="title">Tenant Registration</h2>
8989 nbInput
9090 />
9191 < nb-icon
92- icon ="info -outline "
92+ icon ="email -outline "
9393 class ="info-icon "
9494 nbTooltip ="Please enter your Mail id. This field is required. "
9595 > </ nb-icon >
@@ -121,6 +121,11 @@ <h2 class="title">Tenant Registration</h2>
121121 formControlName ="address "
122122 nbInput
123123 />
124+ < nb-icon
125+ icon ="info-outline "
126+ class ="info-icon "
127+ nbTooltip ="Please enter your address. This field is required "
128+ > </ nb-icon >
124129 </ div >
125130 </ div >
126131 </ div >
Original file line number Diff line number Diff line change 5959 }
6060}
6161.input-wrapper {
62- margin-top : 20 px ;
62+ margin-top : 100 px ;
6363}
6464
6565nb-select {
@@ -129,7 +129,7 @@ input.ng-invalid.ng-touched {
129129
130130.add-lead-wrapper {
131131 h2 {
132- margin-top : 0 !important ;
132+ margin-top : 40 px !important ;
133133 }
134134}
135135
@@ -157,7 +157,7 @@ input.ng-invalid.ng-touched {
157157 align-items : center ;
158158 justify-content : space-between ;
159159 width : 100% ;
160- margin-top : 50 px ;
160+ margin-top : 80 px ;
161161}
162162
163163.btn.regbtn {
@@ -358,5 +358,5 @@ input[nbInput] {
358358 color : #110f0f ;
359359 left : 50vw ;
360360 text-align : center ;
361- margin-bottom : 50 px ;
361+ margin-top : 60 px ;
362362}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const routes: Routes = [
3131 canActivate : [ EmailVerifyGuard ] ,
3232 } ,
3333 {
34- path : 'add-subscriber/:token ' ,
34+ path : 'add-subscriber' ,
3535 component : AddSubscriberComponent ,
3636 } ,
3737 ] ,
You can’t perform that action at this time.
0 commit comments