mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-07-26 09:18:39 +00:00
10 lines
86 B
CSS
10 lines
86 B
CSS
.warning {
|
|
color: #e9873a;
|
|
}
|
|
.error {
|
|
color: #ed5f5d;
|
|
}
|
|
.ok {
|
|
color: #79b757;
|
|
}
|