From 3f5ef0123f995f3465c39a9f5c4f70fa40f3d0bd Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 12 Sep 2022 21:11:19 +0200 Subject: [PATCH] Created the SocialLink style --- src/pages/Home/components/SocialLink/styles.sass | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/pages/Home/components/SocialLink/styles.sass diff --git a/src/pages/Home/components/SocialLink/styles.sass b/src/pages/Home/components/SocialLink/styles.sass new file mode 100644 index 0000000..d197e8e --- /dev/null +++ b/src/pages/Home/components/SocialLink/styles.sass @@ -0,0 +1,13 @@ +@import "@/common/styles/colors" + +.social-icon + color: $white + font-size: 36pt + padding-right: 20px + padding-left: 5px + width: 50px + height: 50px + z-index: -1 + +.social-icon:hover + color: $primary \ No newline at end of file