badguardhome/client/src/components/ui/Alertify.css
2018-09-12 12:58:55 +03:00

10 lines
187 B
CSS

.alertify-notifier .ajs-message {
width: 280px;
font-weight: 600;
color: #fff;
}
.alertify-notifier .ajs-message.ajs-error {
background-color: rgba(236, 53, 53, 0.76);
}