UI
This commit is contained in:
parent
c941efa5ba
commit
360557bc0e
@ -24,9 +24,9 @@
|
|||||||
<a class="most-link" color="primary" (click)="menunav('USERS')">
|
<a class="most-link" color="primary" (click)="menunav('USERS')">
|
||||||
<mat-icon>person</mat-icon>
|
<mat-icon>person</mat-icon>
|
||||||
</a>
|
</a>
|
||||||
<a class="most-link" color="primary" (click)="menunav('SETTINGS')">
|
<!---- <a class="most-link" color="primary" (click)="menunav('SETTINGS')">
|
||||||
<mat-icon>settings</mat-icon>
|
<mat-icon>settings</mat-icon>
|
||||||
</a>
|
</a>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<mat-nav-list appAccordion class="navigation relative">
|
<mat-nav-list appAccordion class="navigation relative">
|
||||||
|
|||||||
@ -48,7 +48,7 @@
|
|||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field style="width: 100%">
|
<mat-form-field style="width: 100%">
|
||||||
|
|
||||||
<mat-select placeholder="Relationship" formControlName="relationship">
|
<mat-select placeholder="Relationship With Main Applicant" formControlName="relationship">
|
||||||
<mat-option *ngFor="let rel of relationShipList" [value]="rel.relationship_id" >
|
<mat-option *ngFor="let rel of relationShipList" [value]="rel.relationship_id" >
|
||||||
{{rel.name}}
|
{{rel.name}}
|
||||||
</mat-option>
|
</mat-option>
|
||||||
@ -61,9 +61,10 @@
|
|||||||
<div fxLayout="row" fxLayoutWrap="wrap">
|
<div fxLayout="row" fxLayoutWrap="wrap">
|
||||||
|
|
||||||
<div class="column" fxFlex.xs="100" fxFlex.sm="100" fxFlex.md="100" fxFlex.lg="100" fxFlex.xl="100">
|
<div class="column" fxFlex.xs="100" fxFlex.sm="100" fxFlex.md="100" fxFlex.lg="100" fxFlex.xl="100">
|
||||||
<mat-card class="p-2" style="opacity: 0.5;">
|
<mat-card>
|
||||||
<button _ngcontent-c39="" class="mr-1 mb-1 mat-button" type="button"><span style="opacity: 0.5;" (click)="addCoApplicant(emptyData)" class="mat-button-wrapper">Add More Co-Applicant</span><div class="mat-button-ripple mat-ripple" matripple=""></div><div class="mat-button-focus-overlay"></div></button>
|
<mat-card-content>
|
||||||
|
<button mat-raised-button mat-icon-button class="mr-1 mb-1" matTooltip="Add More Co-Applicant" matTooltipPosition="above" color="primary" type="button" (click)="addCoApplicant(emptyData)"><mat-icon>add</mat-icon></button>
|
||||||
|
</mat-card-content>
|
||||||
</mat-card>
|
</mat-card>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -94,7 +94,7 @@
|
|||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field style="width: 100%">
|
<mat-form-field style="width: 100%">
|
||||||
<!-- <mat-label>{{coDetails.controls.pd_question.value}}</mat-label> -->
|
<!-- <mat-label>{{coDetails.controls.pd_question.value}}</mat-label> -->
|
||||||
<mat-select placeholder="Relationship" formControlName="relation_ans" required>
|
<mat-select placeholder="Relationship With Main Applicant" formControlName="relation_ans" required>
|
||||||
<mat-option *ngFor="let rel of relationShipList" [value]="rel.relationship_id" >
|
<mat-option *ngFor="let rel of relationShipList" [value]="rel.relationship_id" >
|
||||||
{{rel.name}}
|
{{rel.name}}
|
||||||
</mat-option>
|
</mat-option>
|
||||||
|
|||||||
@ -15,7 +15,7 @@ $foreground: map-get($theme, foreground);
|
|||||||
|
|
||||||
/**-- $dark-primary: mat-palette($mat-blue-grey); --**/
|
/**-- $dark-primary: mat-palette($mat-blue-grey); --**/
|
||||||
$dark-primary: mat-palette($mat-light-blue);
|
$dark-primary: mat-palette($mat-light-blue);
|
||||||
$dark-accent: mat-palette($mat-amber, A200, A100, A400);
|
$dark-accent: mat-palette($mat-blue,900);
|
||||||
$dark-warn: mat-palette($mat-deep-orange);
|
$dark-warn: mat-palette($mat-deep-orange);
|
||||||
$dark-theme: mat-dark-theme($dark-primary, $dark-accent, $dark-warn);
|
$dark-theme: mat-dark-theme($dark-primary, $dark-accent, $dark-warn);
|
||||||
$dark-background: map-get($dark-theme, background);
|
$dark-background: map-get($dark-theme, background);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user