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;
|
||||
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 {
|
||||
display: none;
|
||||
}
|
||||
#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 {
|
||||
content: url("../images/pictos/logo_x_rond.png");
|
||||
|
||||
@@ -78,12 +78,16 @@
|
||||
color: $white;
|
||||
font-size: 0;
|
||||
padding-left: 1rem;
|
||||
&.link-linkedin{
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
svg.ext{
|
||||
display: none;
|
||||
}
|
||||
.link-twitter{
|
||||
display: flex;
|
||||
display: none;
|
||||
// display: flex;
|
||||
&:before{
|
||||
content: url("../images/pictos/logo_x_rond.png");
|
||||
min-width: 50px;
|
||||
@@ -100,6 +104,7 @@
|
||||
}
|
||||
.link-linkedin{
|
||||
display: flex;
|
||||
|
||||
&:before{
|
||||
content: url("../images/pictos/linkedin_rond.svg");
|
||||
min-width: 50px;
|
||||
|
||||
Reference in New Issue
Block a user