Skip to content

Commit

Permalink
style: transition for share buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Oct 27, 2024
1 parent de80957 commit ddf84b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/shared/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@

.share-block {
.share-icon {
transition: all 0.2s ease-in-out;
&:hover {
transform: scale(1.2);
}

@apply w-[48px] h-[48px];
}
}
Expand Down

0 comments on commit ddf84b0

Please sign in to comment.