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="import-file col-auto p-0">
|
||||
<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>
|
||||
{{ 'START-NEW-PLAN-DIALOG.IMPORT-FROM-FILE' | translate }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-auto p-0">
|
||||
<div class="col-auto">
|
||||
<p class="m-0">{{ 'START-NEW-PLAN-DIALOG.OR' | translate }}</p>
|
||||
</div>
|
||||
<div class="start-wizard col-auto p-0">
|
||||
|
|
Loading…
Reference in New Issue