From 7e6a95165a4af000c10f4d353c410ff144d4287e Mon Sep 17 00:00:00 2001 From: jsapro <77.3.77@mail.ru> Date: Tue, 9 Jan 2024 11:40:40 +0300 Subject: [PATCH] feat: add cursor pointer --- .../ingredients-list-popup/ingredients-list-popup.module.scss | 1 + .../ingredients-list/ingredients-list.module.scss | 2 ++ .../products-list-popup/products-list-popup.module.scss | 2 ++ 3 files changed, 5 insertions(+) diff --git a/src/components/recipes-components/ingredients-list-popup/ingredients-list-popup.module.scss b/src/components/recipes-components/ingredients-list-popup/ingredients-list-popup.module.scss index 3d90ea41..651ff19a 100644 --- a/src/components/recipes-components/ingredients-list-popup/ingredients-list-popup.module.scss +++ b/src/components/recipes-components/ingredients-list-popup/ingredients-list-popup.module.scss @@ -36,6 +36,7 @@ &__name { font-size: 20px; line-height: 140%; + cursor: pointer; } &__weight { diff --git a/src/components/recipes-components/ingredients-list/ingredients-list.module.scss b/src/components/recipes-components/ingredients-list/ingredients-list.module.scss index bf5dd705..33a4f9b8 100644 --- a/src/components/recipes-components/ingredients-list/ingredients-list.module.scss +++ b/src/components/recipes-components/ingredients-list/ingredients-list.module.scss @@ -38,6 +38,7 @@ height: 74px; overflow: hidden; border-radius: 16px; + cursor: pointer; & > img { width: 100%; @@ -50,6 +51,7 @@ font-size: 20px; line-height: 140%; margin: 0; + cursor: pointer; } &__weight { diff --git a/src/components/recipes-components/products-list-popup/products-list-popup.module.scss b/src/components/recipes-components/products-list-popup/products-list-popup.module.scss index 3e49c9c4..06056cde 100644 --- a/src/components/recipes-components/products-list-popup/products-list-popup.module.scss +++ b/src/components/recipes-components/products-list-popup/products-list-popup.module.scss @@ -62,6 +62,7 @@ height: 74px; border-radius: 16px; overflow: hidden; + cursor: pointer; & > img { width: 100%; @@ -74,6 +75,7 @@ font-size: 20px; line-height: 140%; margin: 0; + cursor: pointer; } &__price {