forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2022-01-03 17:14:21 -06:00
parent 487400c9c8
commit 04133436a0
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<!-- 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 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">
<i class="fas fa-check-circle text-success fa-fw mr-2"></i>
<span>
Link copied to clipboard
@ -9,7 +9,7 @@
</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 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">
<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 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">
<i class="fas fa-exclamation-circle fa-fw mr-2"></i>
<span id="toast-post-error-text">
Error, please try again later.