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

18 lines
345 B
Plaintext

.comments {
background: rgba(255,255,255,.55);
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;
}
}