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

17 lines
333 B
Plaintext
Raw Normal View History

2013-12-07 16:00:56 +01:00
.comments {
&:extend(.clearfix all, .textcenter);
2013-12-07 23:54:52 +01:00
font-size: @font-size-small;
font-style: italic;
2013-12-07 16:00:56 +01:00
color: @text-color-dimmed;
margin-top: @line-height-computed*2;
.border-radius;
2013-12-07 23:54:52 +01:00
p,
.btn { margin-bottom: 0; }
.btn-wrap {
2013-12-07 23:54:52 +01:00
margin-top: @line-height-computed/2;
height: 27px
2013-12-07 16:00:56 +01:00
}
}