_share.scss
2.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.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;
vertical-align: top;
}
.icon {
background-color: transparent !important;
background-repeat: no-repeat;
background-position: 50% !important;
background-size: auto !important;
border: 0 !important;
border-radius: 100%;
color: #fff;
display: inline-block;
font-size: 20px;
height: 36px;
min-width: 0 !important;
padding: 0 !important;
// text-indent: -999999px;
text-align: center;
text-decoration: none;
transform: all 200ms;
width: 36px;
&-facebook {
background-color: #537abb !important;
padding: 8px 0 !important;
&.disabled {
background-color: #fff !important;
color: #000 !important;
&:hover {
background-color: darken(#537abb, 15%) !important;
}
}
&:hover {
background-color: darken(#537abb, 15%) !important;
}
}
&-twitter {
background-color: #78caee !important;
padding: 8px 0 !important;
&.disabled {
background-color: #fff !important;
color: #000 !important;
&:hover {
background-color: darken(#537abb, 15%) !important;
}
}
&:hover {
background-color: darken(#fff, 15%) !important;
}
}
&-gplus {
background-color: #d54000 !important;
padding: 9px 0 !important;
&.disabled {
background-color: #fff !important;
color: #000 !important;
&:hover {
background-color: darken(#fff, 15%) !important;
}
}
&:hover {
background-color: darken(#d54000, 15%) !important;
}
}
&-whatsapp {
background-color: #56ba62 !important;
padding: 7px 0 !important;
&.disabled {
background-color: #fff !important;
color: #000 !important;
&:hover {
background-color: darken(#fff, 15%) !important;
}
}
&:hover {
background-color: darken(#56ba62, 15%) !important;
}
}
&-email {
background-color: #edb24c !important;
padding: 7px 0 !important;
&.disabled {
background-color: #fff !important;
color: #000 !important;
&:hover {
background-color: darken(#fff, 15%) !important;
}
}
&:hover {
background-color: darken(#edb24c, 15%) !important;
}
}
}
}