Commit 4b9358fb by Brittany Cheng

similar posts styles

parent 5bec9646
......@@ -11,7 +11,7 @@ Discussion = @Discussion
<ul class="discussion-errors"></ul>
<input type="text" class="new-post-title title-input" placeholder="Title"/>
<div class="new-post-similar-posts-wrapper" style="display: none">
Do you mean...
Similar Posts:
<div class="new-post-similar-posts"></div>
</div>
<div class="new-post-body body-input"></div>
......
......@@ -216,11 +216,17 @@ form label {
display: block;
margin-left: -5%;
}
.new-post-similar-posts-wrapper {
font-size: $comment_body_size;
line-height: 150%;
padding: 1%;
}
.new-post-similar-posts {
font: inherit;
.similar-post {
display: block;
line-height: 150%;
}
}
.new-post-body {
margin-top: flex-gutter();
......
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