UNPKG

react-simple-toasts

Version:

Instant, lightweight toast notifications for React. No providers or containers needed.

10 lines (9 loc) 189 B
.toast__plain { min-width: 200px; padding: 10px 20px; border-radius: 5px; background-color: #fff; box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2); color: #333; text-align: center; }