mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
19 lines
360 B
Plaintext
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;
|
|
}
|
|
} |