tam 2
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m25s

This commit is contained in:
2026-07-13 09:04:09 +07:00
parent 719704f19e
commit 8803cd622a
22 changed files with 1322 additions and 121 deletions

View File

@@ -3874,6 +3874,15 @@ input:checked + .slider:before {
color: #93c5fd;
}
.chat-toast-alert {
background: #7f1d1d;
border: 1px solid #f87171;
}
.chat-toast-alert strong {
color: #fecaca;
}
@keyframes chat-toast-in {
from { opacity: 0; transform: translateY(8px); }
to { opacity: 1; transform: translateY(0); }