New free plan announcement

[MAILPOET-2051]
This commit is contained in:
Ján Mikláš
2019-05-15 14:31:59 +02:00
committed by M. Shull
parent bf6a3106de
commit f8cc1e6f20
5 changed files with 100 additions and 15 deletions

View File

@@ -4,3 +4,18 @@
p:empty { display: none; }
}
.mailpoet_free_plan_announcement {
background: #fff;
border-left: 4px solid #fff;
border-radius: 10px;
box-shadow: 0 4px 35px rgba(195, 65, 2, .2);
clear: both;
margin-bottom: 15px;
padding: 20px;
position: relative;
h3 {
margin: 0;
}
}