1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 10:08:50 +02:00
blog/_src/_assets/styl/content-featured.styl

33 lines
616 B
Stylus
Raw Normal View History

2014-07-12 21:22:47 +02:00
//
// kremalicious3
// --------------
// Content - Featured Posts
//
.featured
@extend .divider-bottom
padding-top: $line-height-computed
@media $breakpoint2
2015-08-09 21:50:06 +02:00
padding-top: ($line-height-computed*2)
2015-08-10 00:48:31 +02:00
padding-bottom: $line-height-computed
2014-07-12 21:22:47 +02:00
.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
2015-08-02 21:15:22 +02:00
margin-bottom: 0
box-shadow: 0 1px 3px rgba(0,0,0,.2)