fix pinned comments style

This commit is contained in:
igoradamenko
2018-05-06 23:29:02 +03:00
parent 5778c0385d
commit ca240000f1
4 changed files with 3 additions and 9 deletions
@@ -1,7 +0,0 @@
.comment_pinned {
&, &.comment_view_admin {
.comment__username {
font-weight: 700;
}
}
}
-1
View File
@@ -31,7 +31,6 @@ require('./__vote/_type/_down/comment__vote_type_down.scss');
require('./__vote/_type/_up/comment__vote_type_up.scss');
require('./_level/comment_level.scss');
require('./_pinned/comment_pinned.scss');
require('./_replying/comment_replying.scss');
require('./_useless/comment_useless.scss');
@@ -1,4 +1,6 @@
.root__pinned-comment {
border-bottom-color: #bdd8d8;
&:last-child {
margin-bottom: 0;
border-bottom: 0;
@@ -3,6 +3,6 @@
.root__pinned-comments {
margin-top: 24px;
padding: ($offset / 3) ($offset / 2);
border: 2px solid #0aa;
border-radius: 2px;
background: #d8efef;
}