Skip to content

Commit

Permalink
fix: back button animation
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangkianh committed Dec 13, 2024
1 parent c4bb9e0 commit b85f7b5
Show file tree
Hide file tree
Showing 2 changed files with 9,875 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles/components/backButton.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
display: flex;
align-items: center;
cursor: url(../../public/icons/pointer-cursor.png), pointer;
transition: opacity 0.3s;
opacity: 0.7;
}

.backButton:hover {
opacity: 1;
}

.backButton svg {
Expand Down
Loading

0 comments on commit b85f7b5

Please sign in to comment.