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 {