Skip to content

Commit

Permalink
style: show simple animation on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Apr 2, 2024
1 parent e4dd620 commit 5f091ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/hb/modules/social-share-buttons/scss/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.hb-social-share-button {
&:hover {
position: relative;
top: -3px;
}
}

0 comments on commit 5f091ed

Please sign in to comment.