Change class name for columns with background

[MAILPOET-2609]
This commit is contained in:
Rostislav Wolny
2020-03-03 11:32:19 +01:00
committed by Pavel Dohnal
parent 23a8a46858
commit 772df80f01
4 changed files with 7 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ $form-block-margin: 20px;
@mixin maxWidthColumns() {
flex-wrap: wrap;
&.mailpoet_column_has_background .mailpoet_form_column:last-child .mailpoet_paragraph:last-child {
&.mailpoet_column_with_background .mailpoet_form_column:last-child .mailpoet_paragraph:last-child {
margin-bottom: 0 !important;
}
}
@@ -129,7 +129,7 @@ $form-block-margin: 20px;
}
@media (min-width: $form-break-small-width) {
.mailpoet_form_form:not(.mailpoet_form_tight_container) .mailpoet_column_has_background & .mailpoet_paragraph:last-child {
.mailpoet_form_form:not(.mailpoet_form_tight_container) .mailpoet_column_with_background & .mailpoet_paragraph:last-child {
margin-bottom: 0 !important;
}
}