similar posts styles
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user