Skip to content
Snippets Groups Projects
Commit c2ae8c41 authored by Reda Lemeden's avatar Reda Lemeden
Browse files

Added styling for answers with accepted answer and unanswered questions

parent 8944cecd
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment