Skip to content

Commit

Permalink
feat: add cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
jsapro committed Jan 9, 2024
1 parent 57edb27 commit 7e6a951
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
&__name {
font-size: 20px;
line-height: 140%;
cursor: pointer;
}

&__weight {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
height: 74px;
overflow: hidden;
border-radius: 16px;
cursor: pointer;

& > img {
width: 100%;
Expand All @@ -50,6 +51,7 @@
font-size: 20px;
line-height: 140%;
margin: 0;
cursor: pointer;
}

&__weight {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
height: 74px;
border-radius: 16px;
overflow: hidden;
cursor: pointer;

& > img {
width: 100%;
Expand All @@ -74,6 +75,7 @@
font-size: 20px;
line-height: 140%;
margin: 0;
cursor: pointer;
}

&__price {
Expand Down

0 comments on commit 7e6a951

Please sign in to comment.