add spaces around score
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
overflow: hidden;
|
||||
margin-bottom: $offset;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user