Skip to content

Commit c9671b6

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-34064' into UI
2 parents 8306fce + 01478ae commit c9671b6

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

app/design/frontend/Magento/blank/Magento_CatalogSearch/web/css/source/_module.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
display: none;
2323
}
2424
}
25+
.block-content {
26+
margin-bottom: 0;
27+
}
2528
.label {
2629
.icon-font(
2730
@_icon-font-content: @icon-search,

app/design/frontend/Magento/blank/web/css/source/_forms.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ select:focus ~ .tooltip .tooltip-content {
9292
margin: 0;
9393
> .field:not(.choice) >,
9494
.fields > .field {
95-
margin: 0 0 @form-field__vertical-indent;
95+
&:not(:last-child) {
96+
margin: 0 0 @form-field__vertical-indent;
97+
}
9698
.label {
9799
margin: 0 0 4px;
98100
padding: 0 0 @indent__xs;

app/design/frontend/Magento/luma/Magento_CatalogSearch/web/css/source/_module.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
display: none;
2323
}
2424
}
25+
.block-content {
26+
margin-bottom: 0;
27+
}
2528
.label {
2629
.icon-font(
2730
@_icon-font-content: @icon-search,
@@ -61,7 +64,6 @@
6164
.nested {
6265
display: none;
6366
}
64-
6567
}
6668

6769
.search-autocomplete {

app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,10 @@
137137
//--------------------------------------
138138
.block {
139139
&:extend(.abs-margin-for-blocks-and-widgets all);
140-
&:last-child {
141-
margin-bottom: 0;
140+
.column.main & {
141+
&:last-child {
142+
margin-bottom: 0;
143+
}
142144
}
143145
.title {
144146
strong {

app/design/frontend/Magento/luma/web/css/source/_forms.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ select:focus ~ .tooltip .tooltip-content {
117117
margin: 0;
118118
> .field:not(.choice) >,
119119
.fields > .field {
120-
margin: 0 0 @form-field__vertical-indent;
120+
&:not(:last-child) {
121+
margin: 0 0 @form-field__vertical-indent;
122+
}
121123
.label {
122124
margin: 0 0 4px;
123125
padding: 0 0 @indent__xs;

0 commit comments

Comments
 (0)