45 lines
839 B
SCSS
45 lines
839 B
SCSS
.mailpoet_automated_latest_content_block {
|
|
padding: 0;
|
|
}
|
|
|
|
.mailpoet_automated_latest_content_block_overlay {
|
|
background: rgba(255, 255, 255, 0);
|
|
height: 100%;
|
|
position: absolute;
|
|
transition: background 0.15s ease-out;
|
|
width: 100%;
|
|
z-index: 19;
|
|
|
|
.mailpoet_automated_latest_content_block:hover & {
|
|
background: rgba(255, 255, 255, 0.7);
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.mailpoet_automated_latest_content_block_posts {
|
|
overflow: hidden;
|
|
pointer-events: none;
|
|
|
|
& > .mailpoet_block {
|
|
width: 100%;
|
|
}
|
|
|
|
.mailpoet_container_block {
|
|
padding-bottom: 0;
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.mailpoet_automated_latest_content_display_options {
|
|
@include animation-slide-open-downwards();
|
|
}
|
|
|
|
.mailpoet_automated_latest_content_show_amount {
|
|
width: 25px;
|
|
}
|
|
|
|
.mailpoet_automated_latest_content_content_type {
|
|
width: 180px;
|
|
}
|