Skip to content

Commit

Permalink
Small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 committed Apr 9, 2020
1 parent 95a2a09 commit 221ef59
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,11 +457,26 @@
.action {
&.delete {
&:extend(.abs-remove-button-for-blocks all);
line-height: unset;
position: absolute;
right: 0;
top: -1px;
width: auto;
}
}

.block-wishlist {
.action {
&.delete {
line-height: unset;
width: auto;
}
}
}

.block-compare {
.action {
&.delete {
right: initial;
}
}
}

Expand Down Expand Up @@ -813,8 +828,8 @@
&.delete {
&:extend(.abs-remove-button-for-blocks all);
left: -6px;
right: auto;
position: absolute;
right: 0;
top: 0;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@
.action {
&.delete {
left: 0;
right: auto;
right: initial;
}
}
}
Expand All @@ -1014,6 +1014,7 @@
.compare.wrapper {
display: none;
}

.catalog-product_compare-index {
.columns {
.column {
Expand Down

0 comments on commit 221ef59

Please sign in to comment.