Improve biz form arrangement

This commit is contained in:
Rene Vergara 2022-02-08 13:38:29 -06:00
parent 0ca495a811
commit 43c34958f1
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
font-family: 'Spartan', sans-serif;
}
mat-card.centercard{
max-width: 500px;
max-width: 650px;
border: 1px solid #CCCCCC;
}

View File

@ -6,10 +6,11 @@
<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>
<mat-card [formGroup]="bizForm">
<mat-form-field appearance="outline">
<mat-form-field appearance="outline" [style.width.px]=300>
<mat-label>Business Name</mat-label>
<input matInput placeholder="Business Name" formControlName="name">
</mat-form-field>
<br>
<mat-form-field appearance="outline">
<mat-label>Contact First Name</mat-label>
<input matInput placeholder="First Name" formControlName="first">