Apply image margin only to the last item in stacked columns [MAILPOET-2869]
This commit is contained in:
@@ -349,6 +349,12 @@ div.mailpoet_form_slide_in.active {
|
|||||||
figcaption {
|
figcaption {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include breakpoint-max-width($form-break-small-width - 1) {
|
||||||
|
.mailpoet_form_form.mailpoet_form_tight_container &:last-child {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailpoet_spacer {
|
.mailpoet_spacer {
|
||||||
|
@@ -77,10 +77,6 @@ class Styles {
|
|||||||
.mailpoet_message {
|
.mailpoet_message {
|
||||||
}
|
}
|
||||||
|
|
||||||
.mailpoet_form_image {
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mailpoet_validate_success {
|
.mailpoet_validate_success {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color:#468847;
|
color:#468847;
|
||||||
|
Reference in New Issue
Block a user