react-very-easy-modal
Version:
easy modal library
2 lines • 383 B
CSS
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.custom-message{opacity:0;padding:10px;position:fixed;right:10px;transform:translate(-50%,-50%);z-index:9999}.fade-enter{animation:fadeIn .3s linear;animation-fill-mode:forwards}.fade-exit{animation:fadeOut .3s linear;animation-fill-mode:forwards}
/*# sourceMappingURL=main.90b3b7c6.css.map*/