[O] Style span box to look the same as Veracross

This commit is contained in:
Hykilpikonna
2019-10-05 17:04:35 -04:00
parent b4f697bdea
commit 6461456c16
@@ -11,5 +11,19 @@
.el-col.grade
{
text-align: right;
// Span box for score and max score
span
{
height: 22px;
padding: 0 5px;
}
// Max score
span.max
{
background: #ddd;
color: #333;
}
}
}