Skip to content

Commit

Permalink
Fixing compare block product removing action from sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 committed Feb 9, 2019
1 parent 00fb2aa commit 60e59a8
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,15 @@
}
}

.block-compare {
.action {
&.delete {
&:extend(.abs-remove-button-for-blocks all);
right: initial;
}
}
}

.action.tocart {
border-radius: 0;
}
Expand Down

0 comments on commit 60e59a8

Please sign in to comment.