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