Replace all .styl files with .scss, move all component files into separate folder

[MAILPOET-1813]
This commit is contained in:
Ján Mikláš
2019-02-20 15:06:34 +01:00
committed by M. Shull
parent c9c6c0651e
commit d6e2365fb0
123 changed files with 5060 additions and 4046 deletions

View File

@@ -0,0 +1,43 @@
.mailpoet_automated_latest_content_block {
padding: 0;
}
.mailpoet_automated_latest_content_block_overlay {
position: absolute;
z-index: 19;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0);
transition: background 0.15s ease-out;
.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 {
margin-bottom: 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;
}