landers.angular
Version:
landers.angular
21 lines (18 loc) • 338 B
CSS
.notify-box {
min-width: 200px;
}
.cg-notify-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.cg-notify-error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.cg-notify-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}