@@ -280,18 +280,3 @@ body,
text-align: left;
padding: 20px;
}
-.rc-msgbox {
- opacity: 1;
- animation-name: fadeout;
- animation-duration: 3s;
- animation-fill-mode: forwards ;
- animation-delay: 5s;
-}
-@keyframes fadeout {
- 0% {
- }
- 100% {
- opacity: 0;