Commit b7e385ed by Reda Lemeden

Made the official comment style apply to question comments as well

parent 3c8f64f5
...@@ -42,9 +42,6 @@ div.answer-block { ...@@ -42,9 +42,6 @@ div.answer-block {
padding-top: 20px; padding-top: 20px;
width: 100%; width: 100%;
&.official {
}
div.official-stamp { div.official-stamp {
background: $mit-red; background: $mit-red;
color: #fff; color: #fff;
...@@ -54,14 +51,6 @@ div.answer-block { ...@@ -54,14 +51,6 @@ div.answer-block {
text-align: center; text-align: center;
margin-left: -1px; margin-left: -1px;
} }
span.official-comment {
@extend div.official-stamp;
display: block;
margin: 0 0 10px -5%;
padding-left: 5%;
text-align: left;
width:120px;
}
img.answer-img-accept { img.answer-img-accept {
margin: 10px 0px 10px 16px; margin: 10px 0px 10px 16px;
......
...@@ -183,12 +183,21 @@ div.question-header { ...@@ -183,12 +183,21 @@ div.question-header {
} }
&.official { &.official {
// border-left: 4px solid $mit-red;
padding-top: 10px; padding-top: 10px;
span.official-comment {
background: $mit-red;
color: #fff;
display: block;
font-size: 12px;
margin: 0 0 10px -5%;
padding:2px 5px 2px 5%;
text-align: left;
width:120px;
}
} }
} }
form.post-comments { form.post-comments {
padding: 15px; padding: 15px;
......
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