Improve biz form arrangement
This commit is contained in:
parent
0ca495a811
commit
43c34958f1
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
font-family: 'Spartan', sans-serif;
|
font-family: 'Spartan', sans-serif;
|
||||||
}
|
}
|
||||||
mat-card.centercard{
|
mat-card.centercard{
|
||||||
max-width: 500px;
|
max-width: 650px;
|
||||||
border: 1px solid #CCCCCC;
|
border: 1px solid #CCCCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,10 +6,11 @@
|
||||||
<mat-step label="Provide business info" editable="false">
|
<mat-step label="Provide business info" editable="false">
|
||||||
<p>We do not have a business associated with this Zcash address, please enter your information below:</p>
|
<p>We do not have a business associated with this Zcash address, please enter your information below:</p>
|
||||||
<mat-card [formGroup]="bizForm">
|
<mat-card [formGroup]="bizForm">
|
||||||
<mat-form-field appearance="outline">
|
<mat-form-field appearance="outline" [style.width.px]=300>
|
||||||
<mat-label>Business Name</mat-label>
|
<mat-label>Business Name</mat-label>
|
||||||
<input matInput placeholder="Business Name" formControlName="name">
|
<input matInput placeholder="Business Name" formControlName="name">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
<br>
|
||||||
<mat-form-field appearance="outline">
|
<mat-form-field appearance="outline">
|
||||||
<mat-label>Contact First Name</mat-label>
|
<mat-label>Contact First Name</mat-label>
|
||||||
<input matInput placeholder="First Name" formControlName="first">
|
<input matInput placeholder="First Name" formControlName="first">
|
||||||
|
|
Loading…
Reference in a new issue