File: /home/slyfwmm/laretediclo/wp-content/themes/kicker/skins/default/templates/blog-styles/custom.scss
/* Blog layout: Custom
------------------------- */
@import "../../../../css/_mixins.scss";
@import "../../../../css/_theme-vars.scss";
@import "../../css/_skin-vars.scss";
.post_layout_custom {
position:relative;
}
.post_layout_custom .post_featured[class*="hover_"] {
display: block;
}
.post_layout_custom .post_featured img {
width: 100%;
}
.post_layout_custom .post_header {
padding-top:0.02px; // Incapsulate margins inside the block without 'overflow: hidden'
}
.post_layout_custom + .post_layout_custom {
margin-top: 4.25rem;
}
.post_layout_custom:not(.sticky) + .post_layout_custom:not(.sticky) {
padding-top: 4.25rem;
border-top: 1px solid var(--theme-color-bd_color);
}
.post_layout_custom {
.post_meta {
margin-top: 0;
}
.post_meta_item.post_categories a {
color: var(--theme-color-text);
}
.post_meta_item.post_categories a:hover,
.post_meta_item.post_categories a:focus {
color: var(--theme-color-text_hover);
}
.sc_layouts_blog_item_excerpt {
font-size: 1.07142rem;
line-height: 1.733em;
}
.sc_button.sc_button_simple {
font-size: 1rem;
}
}