Separate newsletter editor CSS file
[MAILPOET-2487]
This commit is contained in:
37
assets/css/src/components-editor/components/_heading.scss
Normal file
37
assets/css/src/components-editor/components/_heading.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user