react-simple-toasts
Version:
Instant, lightweight toast notifications for React. No providers or containers needed.
15 lines (14 loc) • 315 B
CSS
.toast__dark-edge {
overflow: hidden;
min-width: 200px;
padding: 12px 22px;
background: rgba(0, 0, 10, 0.8);
box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
border-radius: 5px;
color: #fff;
font-size: 16px;
text-align: center;
line-height: 1.5;
vertical-align: top;
white-space: pre-line;
}