File tree 2 files changed +74
-11
lines changed
2 files changed +74
-11
lines changed Original file line number Diff line number Diff line change 1
- .socialsharing_product button {
2
- margin-bottom : 3px ;
1
+ /**
2
+ * 2010-2021 Webkul.
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * All right is reserved,
7
+ * Please go through LICENSE.txt file inside our module
8
+ *
9
+ * DISCLAIMER
10
+ *
11
+ * Do not edit or add to this file if you wish to upgrade this module to newer
12
+ * versions in the future. If you wish to customize this module for your
13
+ * needs please refer to CustomizationPolicy.txt file inside our module for more information.
14
+ *
15
+ * @author Webkul IN
16
+ * @copyright 2010-2021 Webkul IN
17
+ * @license LICENSE.txt
18
+ */
19
+
20
+ .socialsharing_product span {
21
+ padding-right : 10px ;
22
+ font-style : normal;
23
+ font-weight : normal;
24
+ font-size : 14px ;
25
+ line-height : 18px ;
26
+ color : # 333333 ;
27
+ }
28
+
29
+ .socialsharing_product .social-sharing {
30
+ width : 40px ;
31
+ height : 40px ;
32
+ box-shadow : 0px 2px 6px rgba (0 , 0 , 0 , 0.2 );
33
+ border-radius : 50% ;
34
+ border : none;
35
+ margin : 0 5px ;
36
+ }
37
+
38
+ .socialsharing_product .social-sharing : focus {
39
+ background-color : # FFFFFF ;
40
+ outline : none;
41
+ }
42
+
43
+ .socialsharing_product .social-sharing i {
44
+ position : relative;
45
+ top : 1px ;
46
+ font-size : 20px ;
47
+ color : # A7A7A7 ;
48
+ }
49
+
50
+ .socialsharing_product .social-sharing : hover ,
51
+ .socialsharing_product .social-sharing : hover i {
52
+ background-color : # FFFFFF ;
53
+ }
54
+
55
+ .socialsharing_product .btn-twitter : hover i {
56
+ color : # 00aaf0 ;
57
+ }
58
+
59
+ .socialsharing_product .btn-facebook : hover i {
60
+ color : # 435f9f ;
61
+ }
62
+
63
+ .socialsharing_product .btn-google-plus : hover i {
64
+ color : # e04b34 ;
65
+ }
66
+
67
+ .socialsharing_product .btn-pinterest : hover i {
68
+ color : # ce1f21 ;
3
69
}
Original file line number Diff line number Diff line change 22
22
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
23
23
* International Registered Trademark & Property of PrestaShop SA
24
24
*}
25
- { if $PS_SC_TWITTER || $PS_SC_FACEBOOK || $PS_SC_GOOGLE || $PS_SC_PINTEREST }
26
25
26
+ { if $PS_SC_TWITTER || $PS_SC_FACEBOOK || $PS_SC_GOOGLE || $PS_SC_PINTEREST }
27
27
<p class =" socialsharing_product list-inline no-print" >
28
+ <span >{ l s= " Share" mod =' socialsharing' } </span >
28
29
{ if $PS_SC_TWITTER }
29
30
<button data-type =" twitter" type =" button" class =" btn btn-default btn-twitter social-sharing" >
30
- <i class =" icon-twitter" ></i > { l s= " Tweet" mod =' socialsharing' }
31
- <!-- <img src="{$link->getMediaLink("`$module_dir`img/twitter.gif")}" alt="Tweet" /> -->
31
+ <i class =" icon-twitter" ></i >
32
32
</button >
33
33
{ /if }
34
34
{ if $PS_SC_FACEBOOK }
35
35
<button data-type =" facebook" type =" button" class =" btn btn-default btn-facebook social-sharing" >
36
- <i class =" icon-facebook" ></i > { l s= " Share" mod =' socialsharing' }
37
- <!-- <img src="{$link->getMediaLink("`$module_dir`img/facebook.gif")}" alt="Facebook Like" /> -->
36
+ <i class =" icon-facebook" ></i >
38
37
</button >
39
38
{ /if }
40
39
{ if $PS_SC_GOOGLE }
41
40
<button data-type =" google-plus" type =" button" class =" btn btn-default btn-google-plus social-sharing" >
42
- <i class =" icon-google-plus" ></i > { l s= " Google+" mod =' socialsharing' }
43
- <!-- <img src="{$link->getMediaLink("`$module_dir`img/google.gif")}" alt="Google Plus" /> -->
41
+ <i class =" icon-google-plus" ></i >
44
42
</button >
45
43
{ /if }
46
44
{ if $PS_SC_PINTEREST }
47
45
<button data-type =" pinterest" type =" button" class =" btn btn-default btn-pinterest social-sharing" >
48
- <i class =" icon-pinterest" ></i > { l s= " Pinterest" mod =' socialsharing' }
49
- <!-- <img src="{$link->getMediaLink("`$module_dir`img/pinterest.gif")}" alt="Pinterest" /> -->
46
+ <i class =" icon-pinterest" ></i >
50
47
</button >
51
48
{ /if }
52
49
</p >
You can’t perform that action at this time.
0 commit comments