/*
*
* MATERIAL -> UI-NOTIFICATION
*
* Todo CSS destina ao elemento de notificação.
*
*/

.ui-notification.warning {
    color: #24292e;
    background: #f0ad4e;
}

.ui-notification.error {
    color: black;
    background: #d9534f;
}

.ui-notification.success {
    color: #24292e;
    background: #5cb85c;
}

.ui-notification.info {
    color: #24292e;
    background: #5bc0de;
}
