From 5f091ed9a11197a1389172e26d01d5b7460ab46a Mon Sep 17 00:00:00 2001 From: razonyang Date: Tue, 2 Apr 2024 13:26:57 +0800 Subject: [PATCH] style: show simple animation on hover --- assets/hb/modules/social-share-buttons/scss/index.scss | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 assets/hb/modules/social-share-buttons/scss/index.scss diff --git a/assets/hb/modules/social-share-buttons/scss/index.scss b/assets/hb/modules/social-share-buttons/scss/index.scss new file mode 100644 index 0000000..948d1f1 --- /dev/null +++ b/assets/hb/modules/social-share-buttons/scss/index.scss @@ -0,0 +1,6 @@ +.hb-social-share-button { + &:hover { + position: relative; + top: -3px; + } +}