ui fix
This commit is contained in:
parent
1642a4f4f2
commit
0672a60494
|
@ -17,13 +17,13 @@
|
||||||
<div class="d-flex justify-content-between align-items-center">
|
<div class="d-flex justify-content-between align-items-center">
|
||||||
<div class="import-file col-auto p-0">
|
<div class="import-file col-auto p-0">
|
||||||
<div class="pr-2">
|
<div class="pr-2">
|
||||||
<button type="button" class="normal-btn pr-2 upload-btn d-flex flex-row align-items-center" (click)="uploadFile($event)">
|
<button type="button" class="normal-btn upload-btn d-flex flex-row align-items-center" (click)="uploadFile($event)">
|
||||||
<mat-icon class="pr-2">file_upload</mat-icon>
|
<mat-icon class="pr-2">file_upload</mat-icon>
|
||||||
{{ 'START-NEW-PLAN-DIALOG.IMPORT-FROM-FILE' | translate }}
|
{{ 'START-NEW-PLAN-DIALOG.IMPORT-FROM-FILE' | translate }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-auto p-0">
|
<div class="col-auto">
|
||||||
<p class="m-0">{{ 'START-NEW-PLAN-DIALOG.OR' | translate }}</p>
|
<p class="m-0">{{ 'START-NEW-PLAN-DIALOG.OR' | translate }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="start-wizard col-auto p-0">
|
<div class="start-wizard col-auto p-0">
|
||||||
|
|
Loading…
Reference in New Issue