gramli-angular-notifier
Version:
A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.
21 lines (19 loc) • 386 B
CSS
.notifier__container * {
box-sizing: border-box;
}
.notifier__container-list {
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
list-style-type: none;
}
.notifier__notification {
display: flex;
align-items: center;
position: fixed;
visibility: hidden;
z-index: 10000;
will-change: transform;
backface-visibility: hidden;
}
/*# sourceMappingURL=core.css.map */