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
360 B
Plaintext

.comments {
.clearfix;
background: rgba(255,255,255,.35);
color: @text-color-dimmed;
padding: @line-height-computed;
margin-top: @line-height-computed*2;
text-align: center;
.border-radius;
.btn-wrap {
margin-bottom: 0;
height: 27px;
}
.btn {
margin-bottom: 0;
left: -20px;
}
}