Skip to content

Commit 83777eb

Browse files
fix css
1 parent 3cec049 commit 83777eb

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

projects/saas-ui/src/app/on-boarding/components/add-subscriber/add-subscriber.component.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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>

projects/saas-ui/src/app/on-boarding/components/add-subscriber/add-subscriber.component.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060
}
6161
.input-wrapper {
62-
margin-top: 20px;
62+
margin-top: 100px;
6363
}
6464

6565
nb-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: 40px !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: 50px;
160+
margin-top: 80px;
161161
}
162162

163163
.btn.regbtn {
@@ -358,5 +358,5 @@ input[nbInput] {
358358
color: #110f0f;
359359
left: 50vw;
360360
text-align: center;
361-
margin-bottom: 50px;
361+
margin-top: 60px;
362362
}

projects/saas-ui/src/app/on-boarding/on-boarding-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)