more layout

This commit is contained in:
Jonas Winkler 2020-11-22 20:07:41 +01:00
parent b622b3fc6a
commit acca5be585

View File

@ -62,8 +62,14 @@
</div> </div>
<div class="card-body text-dark"> <div class="card-body text-dark">
<form> <form>
<ngx-file-drop dropZoneLabel="Drop documents here" (onFileDrop)="dropped($event)" <ngx-file-drop
(onFileOver)="fileOver($event)" (onFileLeave)="fileLeave($event)" dropZoneClassName="bg-light mt-4 card"> dropZoneLabel="Drop documents here or" (onFileDrop)="dropped($event)"
(onFileOver)="fileOver($event)" (onFileLeave)="fileLeave($event)"
dropZoneClassName="bg-light mt-4 card"
multiple="true"
contentClassName="justify-content-center d-flex align-items-center p-5"
[showBrowseBtn]=true
browseBtnClassName="btn btn-sm btn-outline-primary ml-2">
</ngx-file-drop> </ngx-file-drop>
</form> </form>