Skip to content

Commit

Permalink
Increase left and top edge for zoom-icon element (Shopify#1902)
Browse files Browse the repository at this point in the history
* Increase left and top edge for zoom-icon element

* Minor changes that I forgot undo

* Delete unnecessary whitespace

* Change left and top edges to 1.2rem
  • Loading branch information
eugenekasimov authored and Thomas Timmers committed Aug 29, 2022
1 parent 950ac9b commit 2e6ec4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/section-main-product.css
Expand Up @@ -572,8 +572,8 @@ a.product__text {
height: 3rem;
width: 3rem;
position: absolute;
left: calc( 0.4rem + var(--media-border-width));
top: calc(0.4rem + var(--media-border-width));
left: calc(1.2rem + var(--media-border-width));
top: calc(1.2rem + var(--media-border-width));
z-index: 1;
transition: color var(--duration-short) ease,
opacity var(--duration-short) ease;
Expand Down

0 comments on commit 2e6ec4e

Please sign in to comment.