add spaces around score

This commit is contained in:
igoradamenko
2018-01-28 23:12:18 +02:00
parent 4f1ab160d4
commit 1808cafea6
5 changed files with 6 additions and 2 deletions
@@ -1,4 +1,3 @@
.comment__score-sign {
font-size: 14px;
vertical-align: 1px;
}
@@ -0,0 +1,3 @@
.comment__vote_type_down {
margin-left: 4px;
}
@@ -1,3 +1,4 @@
.comment__vote_type_up {
transform: scale(1, -1);
margin-right: 4px;
}
+1 -1
View File
@@ -6,5 +6,5 @@
overflow: hidden;
margin-bottom: $offset;
font-size: 16px;
line-height: 20px;
line-height: 1.2;
}
+1
View File
@@ -13,6 +13,7 @@ require('./__username/comment__username.scss');
require('./__vote/comment__vote.scss');
require('./__vote/_selected/comment__vote_selected.scss');
require('./__vote/_type/_down/comment__vote_type_down.scss');
require('./__vote/_type/_up/comment__vote_type_up.scss');
require('./_level/comment_level.scss');