remove link twitter
This commit is contained in:
+4
-1
@@ -6573,11 +6573,14 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
|
|||||||
font-size: 0;
|
font-size: 0;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
}
|
}
|
||||||
|
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p a.link-linkedin {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p svg.ext {
|
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p svg.ext {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-twitter {
|
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-twitter {
|
||||||
display: flex;
|
display: none;
|
||||||
}
|
}
|
||||||
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-twitter:before {
|
#fotter-bottom .region-footer-bottom-right #block-socialnetwork .field--name-body p .link-twitter:before {
|
||||||
content: url("../images/pictos/logo_x_rond.png");
|
content: url("../images/pictos/logo_x_rond.png");
|
||||||
|
|||||||
@@ -78,12 +78,16 @@
|
|||||||
color: $white;
|
color: $white;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
|
&.link-linkedin{
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
svg.ext{
|
svg.ext{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.link-twitter{
|
.link-twitter{
|
||||||
display: flex;
|
display: none;
|
||||||
|
// display: flex;
|
||||||
&:before{
|
&:before{
|
||||||
content: url("../images/pictos/logo_x_rond.png");
|
content: url("../images/pictos/logo_x_rond.png");
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
@@ -100,6 +104,7 @@
|
|||||||
}
|
}
|
||||||
.link-linkedin{
|
.link-linkedin{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
&:before{
|
&:before{
|
||||||
content: url("../images/pictos/linkedin_rond.svg");
|
content: url("../images/pictos/linkedin_rond.svg");
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
|
|||||||
Reference in New Issue
Block a user