_share.scss
1.52 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.social {
position: relative;
z-index: 1;
&.top {
margin-top: 45px;
}
&.right {
padding-top: 10px;
span {
display: inline-block;
font-size: 12px;
font-weight: 300;
padding-right: 10px;
text-align: right;
vertical-align: middle;
}
ul {
display: inline-block;
vertical-align: middle
}
}
span {
display: block;
margin-bottom: 10px;
}
ul {
list-style: none;
padding-left: 0;
}
li {
display: inline-block;
padding: 0 2px !important;
}
.icon {
background-color: transparent !important;
background-repeat: no-repeat;
background-position: 50% !important;
background-size: auto !important;
border: 0 !important;
display: inline-block;
height: 36px;
min-width: 0 !important;
padding: 0 !important;
text-indent: -999999px;
width: 36px;
&-facebook {
background-image: url(images/icons/icon-facebook.png) !important;
&.disabled {
background-image: url(images/icons/icon-facebook-disabled.png) !important;
}
}
&-twitter {
background-image: url(images/icons/icon-twitter.png) !important;
&.disabled {
background-image: url(images/icons/icon-twitter-disabled.png) !important;
}
}
&-gplus {
background-image: url(images/icons/icon-gplus.png) !important;
&.disabled {
background-image: url(images/icons/icon-gplus-disabled.png) !important;
}
}
&-whatsapp {
background-image: url(images/icons/icon-whatsapp.png) !important;
&.disabled {
background-image: url(images/icons/icon-whatsapp-disabled.png) !important;
}
}
}
}