[pedagogy] Star for comment grades

This commit is contained in:
Cyl
2019-07-05 16:40:13 +02:00
committed by klmp200
parent 3376f4dfb4
commit 851231869b
5 changed files with 85 additions and 6 deletions
+11
View File
@@ -1668,3 +1668,14 @@ label {
}
}
/* --------------------------------------pedagogy-----------------------------------*/
.pedagogy {
&.star_not_checked {
color : gray;
}
&.star_checked {
color : orange;
}
}