orbit-basic/app/assets/stylesheets/message.css

14 lines
111 B
CSS
Raw Normal View History

/*message*/
.error{
color:red;
}
.notice, .message{
color:green;
}
.warning{
color:orange;
}