[pedagogy] Star for comment grades

This commit is contained in:
Cyl
2019-07-01 18:51:32 +02:00
committed by Bartuccio Antoine
parent 3376f4dfb4
commit 851231869b
5 changed files with 85 additions and 6 deletions

View File

@ -1668,3 +1668,14 @@ label {
}
}
/* --------------------------------------pedagogy-----------------------------------*/
.pedagogy {
&.star_not_checked {
color : gray;
}
&.star_checked {
color : orange;
}
}