1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 18:18:49 +02:00
blog/_src/assets/less/comments.less

19 lines
364 B
Plaintext

.comments {
.clearfix;
font-size: @font-size-small;
font-style: italic;
color: @text-color-dimmed;
margin-top: @line-height-computed*2;
text-align: center;
.border-radius;
p,
.btn { margin-bottom: 0; }
.btn-wrap {
margin-top: @line-height-computed/2;
height: 27px
}
.btn { left: -20px }
}