mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-07-26 09:18:39 +00:00
14 lines
135 B
CSS
14 lines
135 B
CSS
.warning {
|
|
color: #e9873a;
|
|
}
|
|
.error {
|
|
color: #ed5f5d;
|
|
}
|
|
.ok {
|
|
color: #79b757;
|
|
}
|
|
table {
|
|
margin-bottom: 30px;
|
|
width: 350px;
|
|
}
|