10 lines
187 B
CSS
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);
|
|
}
|