NDOJ/resources/status.scss

45 lines
529 B
SCSS
Raw Normal View History

2020-01-21 06:35:58 +00:00
.AB {
background-color: #CCC;
color: black;
}
.AC {
background-color: #53f23f;
color: green;
}
._AC {
background-color: #DFFF00;
color: green;
}
.WA {
background-color: #CCC;
color: #ef1b53;
}
.TLE, .MLE {
background-color: #CCC;
color: black;
}
.OLE, .IR, .RTE, .OTH {
background-color: #FAB623;
color: black;
}
.CE {
background-color: #CCC;
color: black;
}
.IE {
background-color: red;
color: black;
}
.QU, .G {
background: white;
color: black;
}