forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-11 15:41:17 -06:00
parent 59e089170d
commit c7cb26eb1a
2 changed files with 2 additions and 5 deletions

View File

@ -156,7 +156,4 @@
}
/* ---------------------- TOASTS ----------------------- */
.toast {
@apply bg-gray-300 border border-gray-400
}

View File

@ -5,12 +5,12 @@
</div>
<div class="toast" id="toast-post-success" 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="toast-body bg-success text-center text-white">
<div class="toast-body bg-green-500 border border-green-900 text-center text-white">
<i class="fas fa-comment-alt-smile mr-2"></i><span id="toast-post-success-text"></span>
</div>
</div>
<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="toast-body bg-danger text-center text-white">
<div class="toast-body bg-red-500 border border-red-900 text-center text-white">
<i class="fas fa-exclamation-circle mr-2"></i><span id="toast-post-error-text">Error, please try again later.</span>
</div>
</div>