mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
18 lines
276 B
Stylus
18 lines
276 B
Stylus
//
|
|
// kremalicious3
|
|
// --------------
|
|
// Comments
|
|
//
|
|
|
|
.comments
|
|
@extend .clearfix, .textcenter
|
|
font-size: $font-size-small
|
|
font-style: italic
|
|
color: $text-color-dimmed
|
|
|
|
p
|
|
margin-bottom: ($line-height-computed/2)
|
|
|
|
.btn-wrap
|
|
height: 27px
|