@ngxpert/hot-toast
Version:
Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.
22 lines (19 loc) • 644 B
CSS
.hot-toast-theme-ios {
--hot-toast-bg: rgba(255, 255, 255, 0.92);
--hot-toast-color: #1c1c1e;
--hot-toast-border-radius: 14px;
--hot-toast-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
--hot-toast-padding: 10px 16px;
--hot-toast-max-width: 320px;
--hot-toast-group-bg: rgba(255, 255, 255, 0.92);
}
.hot-toast-theme-ios .hot-toast-bar-base {
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
.hot-toast-dark-theme .hot-toast-theme-ios {
--hot-toast-bg: rgba(30, 30, 30, 0.92);
--hot-toast-color: rgba(255, 255, 255, 0.92);
--hot-toast-group-bg: rgba(30, 30, 30, 0.92);
}
/*# sourceMappingURL=ios.css.map */