Remove google plus share button

This commit is contained in:
decabeza
2020-07-17 13:18:39 +02:00
committed by Javi Martín
parent 74627641b3
commit e3539544a8
9 changed files with 4 additions and 68 deletions

View File

@@ -122,10 +122,6 @@
content: "\f39e";
}
.icon-google-plus::before {
content: "\f0d5";
}
.icon-search::before {
content: "\f002";
}
@@ -286,7 +282,6 @@
.icon-blog,
.icon-facebook,
.icon-google-plus,
.icon-instagram,
.icon-telegram,
.icon-twitter,

View File

@@ -1653,32 +1653,6 @@ table {
}
}
[class^="ssb-icon ssb-google"] {
background: #de4c34;
background-image: none !important;
color: #fff;
height: $line-height * 2 !important;
position: relative;
width: $line-height * 2 !important;
&::before {
content: "B";
font-family: "icons" !important;
font-size: rem-calc(24);
left: 50%;
line-height: $line-height * 2;
margin-left: rem-calc(-11);
position: absolute;
top: 0;
}
&:hover,
&:focus {
background: #fff;
color: #ce3e26;
}
}
.button.button-wordpress {
background: #dcdde3;
border-left: 3px solid #2f2f33;
@@ -1817,31 +1791,6 @@ table {
}
}
[class^="ssb-icon ssb-google"] {
background: #de4c34;
color: #fff;
height: rem-calc(24);
position: relative;
width: rem-calc(48);
&::before {
content: "B";
font-family: "icons" !important;
font-size: rem-calc(24);
left: 50%;
line-height: $line-height * 2;
margin-left: rem-calc(-11);
position: absolute;
top: 0;
}
&:hover,
&:focus {
background: #fff;
color: #ce3e26;
}
}
.ssb-telegram {
background: #08c;
color: #fff;

View File

@@ -1121,8 +1121,7 @@
.share-supported {
.ssb-twitter,
.ssb-facebook,
[class^="ssb-icon ssb-google"] {
.ssb-facebook {
background: none;
color: $text;
height: rem-calc(33) !important;
@@ -1244,10 +1243,6 @@
color: #354f88;
}
&[class^="social-share-button-google"] {
color: #ce3e26;
}
&.social-share-button-telegram:hover {
color: #ce3e26;
}