.notification-bar {

}

.notification-bar-type-warn {
    background-color: #ffc107;
    color: #212121;
    border-bottom: 1px solid #5f899a;
}

.notification-bar-type-error {
    background-color: #e62a10;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.notification-bar-type-info {
    background-color: #2196f3;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}