Skip to content
Snippets Groups Projects
Commit 6582893a authored by Natalia Momotenko's avatar Natalia Momotenko
Browse files

MAGETWO-34064: There is no bottom padding for "Wishlist Search" Widget

parent a4a01483
Branches
No related merge requests found
......@@ -22,6 +22,9 @@
display: none;
}
}
.block-content {
margin-bottom: 0;
}
.label {
.icon-font(
@_icon-font-content: @icon-search,
......
......@@ -22,6 +22,9 @@
display: none;
}
}
.block-content {
margin-bottom: 0;
}
.label {
.icon-font(
@_icon-font-content: @icon-search,
......@@ -61,7 +64,6 @@
.nested {
display: none;
}
}
.search-autocomplete {
......
......@@ -137,8 +137,10 @@
//--------------------------------------
.block {
&:extend(.abs-margin-for-blocks-and-widgets all);
&:last-child {
margin-bottom: 0;
.column.main & {
&:last-child {
margin-bottom: 0;
}
}
.title {
strong {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment