mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
34 lines
587 B
Stylus
34 lines
587 B
Stylus
//
|
|
// kremalicious3
|
|
// --------------
|
|
// Content - Featured Posts
|
|
//
|
|
|
|
.featured
|
|
@extend .divider-bottom
|
|
padding-top: $line-height-computed
|
|
padding-bottom: $line-height-computed
|
|
|
|
@media $breakpoint2
|
|
padding-bottom: ($line-height-computed*3)
|
|
|
|
.featured-link
|
|
display: block
|
|
margin-bottom: $line-height-computed
|
|
transition-property: none
|
|
|
|
@media $breakpoint2
|
|
margin-bottom: 0
|
|
|
|
&:hover
|
|
transform: scale(1.03)
|
|
|
|
.featured-title
|
|
@extend .visuallyhidden
|
|
|
|
.featured-image
|
|
display: block
|
|
|
|
img
|
|
margin-bottom: 0
|