cronapp-framework-js
Version:
Javascript library for CronApp's projects
28 lines (23 loc) • 384 B
CSS
/*
*
* 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;
}