Commit 5772c4ca by Reda Lemeden

Added official badge styling

parent 186fee6b
......@@ -42,6 +42,27 @@ div.answer-block {
padding-top: 20px;
width: 100%;
&.official {
}
div.official-stamp {
background: $mit-red;
color: #fff;
font-size: 12px;
margin-top: 10px;
padding: 2px 5px;
text-align: center;
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 {
margin: 10px 0px 10px 16px;
}
......
......@@ -181,8 +181,14 @@ div.question-header {
&:first-child {
border-top: 0;
}
&.official {
// border-left: 4px solid $mit-red;
padding-top: 10px;
}
}
form.post-comments {
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