17 lines
243 B
CSS
17 lines
243 B
CSS
.comment__action {
|
|
font-size: 14px;
|
|
vertical-align: middle;
|
|
|
|
& + .comment__action {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
& + .comment__controls {
|
|
&::before {
|
|
content: '•';
|
|
margin-left: 8px;
|
|
margin-right: 8px;
|
|
}
|
|
}
|
|
}
|