@ngxpert/hot-toast
Version:
Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.
23 lines (20 loc) • 588 B
CSS
.hot-toast-theme-minimal {
--hot-toast-bg: #f9f9f9;
--hot-toast-color: #444444;
--hot-toast-border-radius: 6px;
--hot-toast-shadow: none;
--hot-toast-padding: 8px 14px;
--hot-toast-group-bg: #f9f9f9;
}
.hot-toast-theme-minimal .hot-toast-bar-base {
border: 1px solid #eeeeee;
}
.hot-toast-dark-theme .hot-toast-theme-minimal {
--hot-toast-bg: #2a2a2a;
--hot-toast-color: rgba(255, 255, 255, 0.7);
--hot-toast-group-bg: #2a2a2a;
}
.hot-toast-dark-theme .hot-toast-theme-minimal .hot-toast-bar-base {
border-color: #333333;
}
/*# sourceMappingURL=minimal.css.map */