Remove trailing whitespace in .scss files
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
.clearfix {
|
||||
@include clearfix();
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.parsley-required,
|
||||
.parsley-required,
|
||||
.parsley-custom-error-message {
|
||||
color: #b94a48;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
.mailpoet_listing_loading tbody tr,
|
||||
.mailpoet_listing_loading tbody tr,
|
||||
.mailpoet_form_loading tbody tr {
|
||||
opacity: 0.2;
|
||||
}
|
||||
@ -16,7 +16,7 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
thead .mailpoet-check-column,
|
||||
thead .mailpoet-check-column,
|
||||
tfoot .mailpoet-check-column {
|
||||
padding: 10px 0 0 3px;
|
||||
width: 2.2em;
|
||||
@ -29,14 +29,14 @@
|
||||
padding: 11px 0 0 3px;
|
||||
}
|
||||
|
||||
thead th.column-primary,
|
||||
thead th.column-primary,
|
||||
tfoot th.column-primary {
|
||||
width: 25em;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 782px) {
|
||||
thead th.column-primary,
|
||||
thead th.column-primary,
|
||||
tfoot th.column-primary {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -85,7 +85,7 @@ Please add custom styles to pages_custom.styl
|
||||
color: #23282d;
|
||||
}
|
||||
|
||||
.about-description,
|
||||
.about-description,
|
||||
.about-text {
|
||||
margin-top: 1.4em;
|
||||
font-weight: 400;
|
||||
@ -139,7 +139,7 @@ Please add custom styles to pages_custom.styl
|
||||
}
|
||||
}
|
||||
|
||||
.two-col .col:nth-of-type(2n),
|
||||
.two-col .col:nth-of-type(2n),
|
||||
.three-col .col:nth-of-type(3n) {
|
||||
margin-right: 0;
|
||||
}
|
||||
@ -280,7 +280,7 @@ Please add custom styles to pages_custom.styl
|
||||
@media screen and (max-width: 500px) {
|
||||
margin-right: 20px;
|
||||
margin-left: 10px;
|
||||
h1,
|
||||
h1,
|
||||
.about-text {
|
||||
margin-right: 0;
|
||||
}
|
||||
@ -293,7 +293,7 @@ Please add custom styles to pages_custom.styl
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
.two-col .col,
|
||||
.two-col .col,
|
||||
.three-col .col {
|
||||
width: 100% !important;
|
||||
float: none !important;
|
||||
|
@ -1,13 +1,13 @@
|
||||
input.parsley-success,
|
||||
select.parsley-success,
|
||||
input.parsley-success,
|
||||
select.parsley-success,
|
||||
textarea.parsley-success {
|
||||
color: #468847;
|
||||
background-color: #DFF0D8;
|
||||
border: 1px solid #D6E9C6;
|
||||
}
|
||||
|
||||
input.parsley-error,
|
||||
select.parsley-error,
|
||||
input.parsley-error,
|
||||
select.parsley-error,
|
||||
textarea.parsley-error {
|
||||
color: #B94A48;
|
||||
background-color: #F2DEDE;
|
||||
|
@ -29,8 +29,8 @@ $draggable-widget-z-index: 2;
|
||||
content: "\f141";
|
||||
}
|
||||
}
|
||||
.mailpoet_drop_marker.mailpoet_drop_marker_middle,
|
||||
.mailpoet_drop_marker.mailpoet_drop_marker_first.mailpoet_drop_marker_after,
|
||||
.mailpoet_drop_marker.mailpoet_drop_marker_middle,
|
||||
.mailpoet_drop_marker.mailpoet_drop_marker_first.mailpoet_drop_marker_after,
|
||||
.mailpoet_drop_marker.mailpoet_drop_marker_last.mailpoet_drop_marker_before {
|
||||
margin-top: -1 * ($marker-width / 2);
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
||||
color: $primary-inactive-color;
|
||||
}
|
||||
|
||||
.mailpoet_form_field_radio_option,
|
||||
.mailpoet_form_field_radio_option,
|
||||
.mailpoet_form_field_checkbox_option {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
@ -3,7 +3,7 @@
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.mailpoet_input_title,
|
||||
.mailpoet_input_title,
|
||||
.mailpoet_input_preheader {
|
||||
width: 500px;
|
||||
padding: 3px;
|
||||
|
@ -59,7 +59,7 @@
|
||||
margin-top: -6px;
|
||||
}
|
||||
|
||||
.mailpoet_save_as_template_container,
|
||||
.mailpoet_save_as_template_container,
|
||||
.mailpoet_export_template_container {
|
||||
border-radius: 3px;
|
||||
display: inline-block;
|
||||
@ -74,7 +74,7 @@
|
||||
border: 1px solid $structure-border-color;
|
||||
}
|
||||
|
||||
.mailpoet_save_as_template_title,
|
||||
.mailpoet_save_as_template_title,
|
||||
.mailpoet_export_template_title {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
@ -103,8 +103,8 @@
|
||||
}
|
||||
|
||||
.mailpoet_save_dropdown_down {
|
||||
.mailpoet_save_options,
|
||||
.mailpoet_save_as_template_container,
|
||||
.mailpoet_save_options,
|
||||
.mailpoet_save_as_template_container,
|
||||
.mailpoet_export_template_container {
|
||||
top: 100%;
|
||||
bottom: auto;
|
||||
@ -126,8 +126,8 @@
|
||||
}
|
||||
|
||||
.mailpoet_save_dropdown_up {
|
||||
.mailpoet_save_options,
|
||||
.mailpoet_save_as_template_container,
|
||||
.mailpoet_save_options,
|
||||
.mailpoet_save_as_template_container,
|
||||
.mailpoet_export_template_container {
|
||||
top: auto;
|
||||
bottom: 100%;
|
||||
|
@ -52,7 +52,7 @@ $widget-icon-width: 30px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
h3,
|
||||
h3,
|
||||
&:hover h3 {
|
||||
margin: 0;
|
||||
padding: 17px 20px;
|
||||
@ -60,7 +60,7 @@ $widget-icon-width: 30px;
|
||||
color: $sidebar-active-heading-color;
|
||||
}
|
||||
|
||||
h3,
|
||||
h3,
|
||||
.handlediv {
|
||||
cursor: auto;
|
||||
border: 0;
|
||||
|
@ -42,7 +42,7 @@ $sidepanel-active-heading-color: $primary-active-color;
|
||||
color: $primary-inactive-color;
|
||||
}
|
||||
|
||||
.mailpoet_sidepanel_radio_option,
|
||||
.mailpoet_sidepanel_radio_option,
|
||||
.mailpoet_sidepanel_checkbox_option {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
@ -52,16 +52,16 @@ $two-column-wider-column-width: $newsletter-width / 3 - $column-margin * 2;
|
||||
margin-bottom: 0;
|
||||
width: $column-margin + $one-column-width + $column-margin;
|
||||
}
|
||||
& > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal,
|
||||
& > .mailpoet_container_block > .mailpoet_container > .mailpoet_posts_block > .mailpoet_posts_container > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal,
|
||||
& > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal,
|
||||
& > .mailpoet_container_block > .mailpoet_container > .mailpoet_posts_block > .mailpoet_posts_container > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal,
|
||||
& > .mailpoet_container_block > .mailpoet_container .mailpoet_automated_latest_content_block_posts .mailpoet_container_horizontal {
|
||||
& > .mailpoet_block:first-child:nth-last-child(2),
|
||||
& > .mailpoet_block:first-child:nth-last-child(2),
|
||||
& > .mailpoet_block:first-child:nth-last-child(2) ~ .mailpoet_block {
|
||||
|
||||
|
||||
width: $column-margin + $two-column-width + $column-margin;
|
||||
}
|
||||
& > .mailpoet_block:first-child:nth-last-child(3),
|
||||
& > .mailpoet_block:first-child:nth-last-child(3),
|
||||
& > .mailpoet_block:first-child:nth-last-child(3) ~ .mailpoet_block {
|
||||
|
||||
|
||||
@ -69,12 +69,12 @@ $two-column-wider-column-width: $newsletter-width / 3 - $column-margin * 2;
|
||||
}
|
||||
}
|
||||
|
||||
& > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal.mailpoet_irregular_width_contents_container.column_layout_1_2 > .mailpoet_container_block:first-child,
|
||||
& > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal.mailpoet_irregular_width_contents_container.column_layout_1_2 > .mailpoet_container_block:first-child,
|
||||
& > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal.mailpoet_irregular_width_contents_container.column_layout_2_1 > .mailpoet_container_block:nth-child(2) {
|
||||
width: $column-margin + $three-column-width + $column-margin;
|
||||
}
|
||||
|
||||
& > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal.mailpoet_irregular_width_contents_container.column_layout_2_1 > .mailpoet_container_block:first-child,
|
||||
& > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal.mailpoet_irregular_width_contents_container.column_layout_2_1 > .mailpoet_container_block:first-child,
|
||||
& > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal.mailpoet_irregular_width_contents_container.column_layout_1_2 > .mailpoet_container_block:nth-child(2) {
|
||||
width: $column-margin + $two-column-wider-column-width + $column-margin;
|
||||
}
|
||||
|
@ -20,13 +20,13 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mailpoet_settings_posts_display_options,
|
||||
.mailpoet_settings_posts_display_options,
|
||||
.mailpoet_settings_posts_selection {
|
||||
@include animation-slide-open-downwards();
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.mailpoet_settings_posts_show_display_options,
|
||||
.mailpoet_settings_posts_show_display_options,
|
||||
.mailpoet_settings_posts_show_post_selection {
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
|
Reference in New Issue
Block a user