badguardhome/client/src/components/ui/Alertify.css

10 lines
187 B
CSS
Raw Normal View History

2018-09-12 09:58:55 +00:00
.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);
}