forked from javascript-tutorial/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshare.styl
More file actions
executable file
·56 lines (38 loc) · 817 Bytes
/
share.styl
File metadata and controls
executable file
·56 lines (38 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.share
display inline-block
font-size 22px
color #7E7E7E
vertical-align middle
&::after
display inline-block
vertical-align bottom
min-height 20px
min-width 20px
&:hover
text-decoration none
&_tw
color #71baf2
&_tw:hover
color hoverize(#71baf2)
&_tw::after
@extend $font-twitter
&_fb
color #8c9cc2
&_fb:hover
color hoverize(#8c9cc2)
&_fb::after
@extend $font-facebook
min-width 12px
&_gp
color #e99587
&_gp:hover
color hoverize(#e99587)
&_gp::after
@extend $font-google
&_vk
color #9badc3
&_vk:hover
color hoverize(#9badc3)
&_vk::after
@extend $font-vkontakte
min-width 27px