/* Notify Success */
.notifyjs-success-base {
white-space: nowrap;
background-color: #dff0d8;
padding: 5px;
border-radius: 4px;
border: 1px solid transparent;
margin-top: 60px;
border-color: #d6e9c6;
}
.notifyjs-success-supersuccess {
color: #3c763d;
background-color: #dff0d8;
font-size: 20px;
}
/* Notify Danger */
.notifyjs-danger-base {
white-space: nowrap;
background-color: #f2dede;
padding: 5px;
border-radius: 4px;
border: 1px solid transparent;
margin-top: 60px;
border-color: #ebccd1;
}
.notifyjs-danger-superdanger {
color: #a94442;
background-color: #f2dede;
font-size: 20px;
}
/* Notify Info */
.notifyjs-info-base {
white-space: nowrap;
background-color: #d9edf7;
padding: 5px;
border-radius: 4px;
border: 1px solid transparent;
margin-top: 60px;
border-color: #bce8f1;
}
.notifyjs-info-superinfo {
color: #31708f;
background-color: #d9edf7;
font-size: 20px;
}
/* Notify Warning */
.notifyjs-warning-base {
white-space: nowrap;
background-color: #fcf8e3;
padding: 5px;
border-radius: 4px;
border: 1px solid transparent;
margin-top: 60px;
border-color: #faebcc;
}
.notifyjs-warning-superwarning {
color: #8a6d3b;
background-color: #fcf8e3;
font-size: 20px;
}