@ngxpert/hot-toast
Version:
Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.
17 lines (14 loc) • 505 B
CSS
.hot-toast-theme-material {
--hot-toast-bg: #ffffff;
--hot-toast-color: #212121;
--hot-toast-border-radius: 4px;
--hot-toast-shadow: 0 2px 4px rgba(0, 0, 0, 0.14), 0 4px 5px rgba(0, 0, 0, 0.12), 0 1px 10px rgba(0, 0, 0, 0.2);
--hot-toast-padding: 8px 16px;
--hot-toast-group-bg: #ffffff;
}
.hot-toast-dark-theme .hot-toast-theme-material {
--hot-toast-bg: #1e1e1e;
--hot-toast-color: rgba(255, 255, 255, 0.87);
--hot-toast-group-bg: #1e1e1e;
}
/*# sourceMappingURL=material.css.map */