This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user