remotes/1693045480750635534/spooky-22
kek7198 2022-01-03 17:15:39 -06:00
parent 04133436a0
commit 5a4c1bdab3
1 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
<!-- Clipboard copy toast -->
<div class="toast clipboard" id="toast-success" role="alert" aria-live="assertive" aria-atomic="true" data-bs-animation="true" data-bs-autohide="true" data-bs-delay="5000">
<div class="flex items-center justify-center p-3 bg-green-500 border border-green-700 text-center text-white rounded">
<div class="flex items-center justify-center p-3 bg-green-600 border border-green-700 text-center text-white rounded shadow-inset-t-white-10">
<i class="fas fa-check-circle text-success fa-fw mr-2"></i>
<span>
Link copied to clipboard
Link copied to clipboard!
</span>
</div>
</div>
<!-- Global success toast -->
<div class="toast fixed bottom-4 m-0 left-0 right-0 w-96" id="toast-post-success" style="z-index: 1000" role="alert" aria-live="assertive" aria-atomic="true" data-bs-animation="true" data-bs-autohide="true" data-bs-delay="5000">
<div class="flex items-center justify-center p-3 bg-green-500 border border-green-700 text-center text-white rounded">
<div class="flex items-center justify-center p-3 bg-green-500 border border-green-700 text-center text-white rounded shadow-inset-t-white-10">
<i class="fas fa-check-circle fa-fw mr-2"></i>
<span id="toast-post-success-text">
Action successful!
@ -18,7 +18,7 @@
</div>
<!-- Global error toast -->
<div class="toast" id="toast-post-error" style="position: fixed; bottom: 1.5rem; margin: 0 auto; left: 0; right: 0; width: 275px; z-index: 1000" role="alert" aria-live="assertive" aria-atomic="true" data-bs-animation="true" data-bs-autohide="true" data-bs-delay="5000">
<div class="flex items-center justify-center p-3 bg-red-500 border border-red-700 text-center text-white">
<div class="flex items-center justify-center p-3 bg-red-500 border border-red-700 text-center text-white rounded shadow-inset-t-white-10">
<i class="fas fa-exclamation-circle fa-fw mr-2"></i>
<span id="toast-post-error-text">
Error, please try again later.