From 521c246596b65d58eacbbc23a02200c5bb1be7ef Mon Sep 17 00:00:00 2001 From: Eugene Kasimov Date: Mon, 8 Aug 2022 13:17:13 -0700 Subject: [PATCH 1/4] Increase left and top edge for zoom-icon element --- assets/section-main-product.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/section-main-product.css b/assets/section-main-product.css index 66270aab2f7..08e1a5ad278 100644 --- a/assets/section-main-product.css +++ b/assets/section-main-product.css @@ -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.3rem + var(--media-border-width)); + top: calc(1.3rem + var(--media-border-width)); z-index: 1; transition: color var(--duration-short) ease, opacity var(--duration-short) ease; @@ -1149,7 +1149,7 @@ a.product__text { } .thumbnail__badge { - color: rgb(var(--color-foreground), 0.6); + color: red; height: 2rem; width: 2rem; left: auto; From 65e3b6e477c382fd686e3c7a9ea943269d76b692 Mon Sep 17 00:00:00 2001 From: Eugene Kasimov Date: Mon, 8 Aug 2022 13:29:08 -0700 Subject: [PATCH 2/4] Minor changes that I forgot undo --- assets/section-main-product.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/section-main-product.css b/assets/section-main-product.css index 08e1a5ad278..746845d43fb 100644 --- a/assets/section-main-product.css +++ b/assets/section-main-product.css @@ -1149,7 +1149,7 @@ a.product__text { } .thumbnail__badge { - color: red; + color: rgb(var(--color-foreground), 0.6); height: 2rem; width: 2rem; left: auto; From f7bb764f0a807384bbc7f83e5803e7cde91fd889 Mon Sep 17 00:00:00 2001 From: Eugene Kasimov Date: Mon, 8 Aug 2022 15:20:36 -0700 Subject: [PATCH 3/4] Delete unnecessary whitespace --- assets/section-main-product.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/section-main-product.css b/assets/section-main-product.css index 746845d43fb..f42de616ddc 100644 --- a/assets/section-main-product.css +++ b/assets/section-main-product.css @@ -572,7 +572,7 @@ a.product__text { height: 3rem; width: 3rem; position: absolute; - left: calc( 1.3rem + var(--media-border-width)); + left: calc(1.3rem + var(--media-border-width)); top: calc(1.3rem + var(--media-border-width)); z-index: 1; transition: color var(--duration-short) ease, From 3af902eaf13a90b6de330d17440d6f1db26a07a4 Mon Sep 17 00:00:00 2001 From: Eugene Kasimov Date: Mon, 8 Aug 2022 21:33:45 -0700 Subject: [PATCH 4/4] Change left and top edges to 1.2rem --- assets/section-main-product.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/section-main-product.css b/assets/section-main-product.css index f42de616ddc..af7049e0c94 100644 --- a/assets/section-main-product.css +++ b/assets/section-main-product.css @@ -572,8 +572,8 @@ a.product__text { height: 3rem; width: 3rem; position: absolute; - left: calc(1.3rem + var(--media-border-width)); - top: calc(1.3rem + 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;