Separate newsletter editor CSS file

[MAILPOET-2487]
This commit is contained in:
Ján Mikláš
2020-03-11 18:08:29 +01:00
committed by Veljko V
parent cdf52fa6e4
commit f02876b7cf
35 changed files with 75 additions and 50 deletions

View File

@@ -0,0 +1,37 @@
.mailpoet_heading_form_field {
margin-bottom: 5px;
margin-top: 5px;
}
.mailpoet_input_title,
.mailpoet_input_preheader {
line-height: normal;
padding: 3px;
width: 500px;
}
.mailpoet_input_title {
font-size: 23px;
}
.mailpoet_breadcrumbs {
float: left;
font-size: .9em;
margin-bottom: 13px;
margin-left: 17px;
text-transform: uppercase;
p {
margin: 0;
}
}
#mailpoet_heading_email_type {
width: 200px;
}
.mailpoet_heading_wc_template_description {
color: #666;
font-style: italic;
max-width: 800px;
}