Created the SocialLink style
This commit is contained in:
13
src/pages/Home/components/SocialLink/styles.sass
Normal file
13
src/pages/Home/components/SocialLink/styles.sass
Normal file
@@ -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
|
Reference in New Issue
Block a user