Fax-Me/successToast.html
2020-08-20 13:35:32 -04:00

12 lines
No EOL
565 B
HTML

<div id="successToast" class="toast" role="alert" aria-live="assertive" aria-atomic="true" style="position: absolute; bottom: 0px; left: 10px; width: 300px; display: none" data-delay="5000">
<div class="toast-header">
<strong class="mr-auto">Upload Successful</strong>
<small>Just Now</small>
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="toast-body">
File uploaded successfully.
</div>
</div>