gramli-angular-notifier
Version:
A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.
42 lines (40 loc) • 1.06 kB
CSS
.notifier__notification--material {
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
cursor: default;
padding-top: 11px;
padding-right: 26px;
padding-bottom: 10px;
padding-left: 26px;
}
.notifier__notification--material .notifier__notification-message {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: top;
line-height: 32px;
font-size: 15px;
}
.notifier__notification--material .notifier__notification-button {
display: inline-block;
transition: opacity 0.2s ease;
opacity: 0.5;
margin-right: -10px;
margin-left: 10px;
outline: none;
border: none;
background: none;
cursor: pointer;
padding: 6px;
width: 32px;
height: 32px;
vertical-align: top;
}
.notifier__notification--material .notifier__notification-button:hover, .notifier__notification--material .notifier__notification-button:focus {
opacity: 1;
}
.notifier__notification--material .notifier__notification-button:active {
transform: scale(0.82);
opacity: 1;
}
/*# sourceMappingURL=theme-material.css.map */