react-simple-toasts
Version:
Instant, lightweight toast notifications for React. No providers or containers needed.
13 lines (12 loc) • 320 B
CSS
.toast__frosted-glass {
min-width: 200px;
padding: 10px 20px;
text-align: center;
}
body .toast__frosted-glass-wrapper {
border-radius: 2px;
box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
border: 1px solid rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(20px);
}