2013-11-24 00:13:48 +01:00
|
|
|
/////////////////////////////////////
|
|
|
|
// Featured posts styles
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
.featured {
|
|
|
|
.divider-bottom;
|
|
|
|
padding-bottom: @line-height-computed;
|
|
|
|
|
|
|
|
@media @breakpoint2 {
|
|
|
|
padding-bottom: @line-height-computed*3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-link {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: @line-height-computed;
|
2013-11-24 00:24:04 +01:00
|
|
|
.transition-property(none);
|
2013-11-24 00:13:48 +01:00
|
|
|
|
|
|
|
@media @breakpoint2 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
.scale(1.03);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-title {
|
|
|
|
.h6;
|
|
|
|
font-size: .8em;
|
|
|
|
margin: 0;
|
|
|
|
.visuallyhidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.featured-image {
|
|
|
|
display: block;
|
2013-11-24 00:24:04 +01:00
|
|
|
|
2013-11-24 00:13:48 +01:00
|
|
|
img { margin-bottom: 0; }
|
|
|
|
}
|