[pedagogy] Star for comment grades

This commit is contained in:
Cyl
2019-07-01 18:51:32 +02:00
committed by Bartuccio Antoine
부모 3376f4dfb4
커밋 851231869b
5개의 변경된 파일85개의 추가작업 그리고 6개의 파일을 삭제

파일 보기

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