Add warning to ALC block

[MAILPOET-2921]
This commit is contained in:
Pavel Dohnal
2020-06-10 10:07:42 +02:00
committed by Veljko V
parent b1cd785dfe
commit 4fb378a4f3
2 changed files with 15 additions and 1 deletions

View File

@@ -13,6 +13,18 @@
.mailpoet_automated_latest_content_block:hover & {
background: rgba(255, 255, 255, .7);
cursor: pointer;
.mailpoet_overlay_message {
display: block;
}
}
.mailpoet_overlay_message {
color: black;
display: none;
font-size: 20px;
margin: 1em 0;
text-align: center;
}
}