mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-04 13:27:46 +00:00
11 lines
81 B
CSS
11 lines
81 B
CSS
|
|
.warning{
|
|
color: #e9873a;
|
|
}
|
|
.error{
|
|
color: #ed5f5d;
|
|
}
|
|
.ok{
|
|
color: #79b757;
|
|
}
|