mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
pedagogy: remove stars on small devices for grade
This commit is contained in:
@ -1694,6 +1694,10 @@ $pedagogy-white-text: #f0f0f0;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
&.grade-without-star {
|
||||
display: none
|
||||
}
|
||||
|
||||
@media screen and (max-width: $large-devices){
|
||||
&.star-not-checked {
|
||||
margin-left: 5px;
|
||||
@ -1705,6 +1709,15 @@ $pedagogy-white-text: #f0f0f0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: $small-devices){
|
||||
&.grade-without-star {
|
||||
display: block;
|
||||
}
|
||||
&.grade-with-star {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#dynamic_view {
|
||||
font-size: 1.1em;
|
||||
|
||||
|
Reference in New Issue
Block a user