mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-12 08:05:18 +01:00
17 lines
333 B
Plaintext
17 lines
333 B
Plaintext
|
|
.comments {
|
|
&:extend(.clearfix all, .textcenter);
|
|
font-size: @font-size-small;
|
|
font-style: italic;
|
|
color: @text-color-dimmed;
|
|
margin-top: @line-height-computed*2;
|
|
.border-radius;
|
|
|
|
p,
|
|
.btn { margin-bottom: 0; }
|
|
|
|
.btn-wrap {
|
|
margin-top: @line-height-computed/2;
|
|
height: 27px
|
|
}
|
|
} |