Commit c2ae8c41 by Reda Lemeden

Added styling for answers with accepted answer and unanswered questions

parent 8944cecd
......@@ -83,6 +83,8 @@ div.question-header {
&.question-delete {
color: $mit-red;
text-decoration: none;
cursor: pointer;
}
}
......
......@@ -198,6 +198,22 @@ ul.question-list, div#question-list {
}
&.answers {
&.accepted {
@include linear-gradient(#fff, lighten( #c4dfbe, 12% ));
border-color: #c4dfbe;
span, div {
color: darken(#c4dfbe, 35%);
}
}
&.no-answers {
span, div {
color: lighten($mit-red, 20%);
}
}
}
&.votes {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment