mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
36 lines
628 B
Stylus
36 lines
628 B
Stylus
//
|
|
// kremalicious3
|
|
// --------------
|
|
// Content - Related Posts
|
|
//
|
|
|
|
.related-posts
|
|
.row
|
|
margin-top: 0
|
|
|
|
.related-posts-title
|
|
@extend .heading-band, .h3
|
|
margin-bottom: $line-height-computed
|
|
|
|
.related-post
|
|
|
|
.post-title
|
|
@extend .h5
|
|
margin-top: $line-height-computed
|
|
margin-bottom: $line-height-computed
|
|
|
|
.post-title,
|
|
.post-title-link
|
|
@extend .transition
|
|
color: $brand-grey-light
|
|
|
|
&:hover,
|
|
&:focus
|
|
color: $link-color
|
|
|
|
&:active
|
|
color: #fff
|
|
transition: none
|
|
|
|
.post-title-link
|
|
display: block |