✨ feat: friends link
This commit is contained in:
29
source-src/css/_partial/friends.styl
Normal file
29
source-src/css/_partial/friends.styl
Normal file
@@ -0,0 +1,29 @@
|
||||
// friends
|
||||
#friends_link
|
||||
.friends_li
|
||||
list-style none
|
||||
float left
|
||||
a
|
||||
padding 15px 25px
|
||||
display flex
|
||||
align-items center
|
||||
justify-content space-between
|
||||
font-size 17px
|
||||
text-decoration none
|
||||
background-color rgba(6,129,208,.1)
|
||||
color #000
|
||||
border-radius 6px
|
||||
margin-right 20px
|
||||
margin-bottom 20px
|
||||
img
|
||||
display inline-block
|
||||
width 40px
|
||||
height 40px
|
||||
border-radius 50%
|
||||
margin-right 10px
|
||||
i
|
||||
font-size 25px
|
||||
width 40px
|
||||
height 40px
|
||||
&:hover
|
||||
background-color rgba(6,129,208,.15)
|
@@ -71,6 +71,7 @@ button
|
||||
@import "_partial/apple"
|
||||
@import "_partial/reward"
|
||||
@import "_partial/share"
|
||||
@import "_partial/friends"
|
||||
|
||||
if sidebar
|
||||
@import "_partial/sidebar"
|
||||
|
Reference in New Issue
Block a user