mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-12 08:05:18 +01:00
21 lines
384 B
Stylus
21 lines
384 B
Stylus
//
|
|
// kremalicious3
|
|
// --------------
|
|
// Comments
|
|
//
|
|
|
|
.comments
|
|
@extend .clearfix, .textcenter
|
|
font-size: $font-size-small
|
|
font-style: italic
|
|
color: $text-color-dimmed
|
|
margin-top: $line-height-computed*2
|
|
border-radius: $border-radius-base
|
|
|
|
p,
|
|
.btn
|
|
margin-bottom: 0
|
|
|
|
.btn-wrap
|
|
margin-top: $line-height-computed/2
|
|
height: 27px |