reseaux sociaux
This commit is contained in:
parent
9185866851
commit
f4f1ba7af0
|
@ -651,11 +651,6 @@ footer {
|
|||
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-x-twitter::before {
|
||||
display: none;
|
||||
}
|
||||
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-x-twitter::after {
|
||||
content: url("../img/logo_x.svg") !important;
|
||||
display: block;
|
||||
width: 50px;
|
||||
}
|
||||
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-linkedin::before {
|
||||
display: none;
|
||||
}
|
||||
|
@ -667,11 +662,6 @@ footer {
|
|||
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-youtube::before {
|
||||
display: none;
|
||||
}
|
||||
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-youtube::after {
|
||||
content: url("../img/youtube_black.svg") !important;
|
||||
display: block;
|
||||
width: 55px;
|
||||
}
|
||||
@media (max-width: 700px) {
|
||||
.footer div {
|
||||
flex-wrap: wrap;
|
||||
|
|
|
@ -136,12 +136,12 @@ footer{
|
|||
.fa-x-twitter::before{
|
||||
display: none;
|
||||
}
|
||||
.fa-x-twitter::after{
|
||||
content: url('../img/logo_x.svg') !important;
|
||||
display: block;
|
||||
width: 50px;
|
||||
// .fa-x-twitter::after{
|
||||
// content: url('../img/logo_x.svg') !important;
|
||||
// display: block;
|
||||
// width: 50px;
|
||||
|
||||
}
|
||||
// }
|
||||
|
||||
.fa-linkedin::before{
|
||||
display: none;
|
||||
|
@ -156,11 +156,11 @@ footer{
|
|||
.fa-youtube::before{
|
||||
display: none;
|
||||
}
|
||||
.fa-youtube::after{
|
||||
content: url('../img/youtube_black.svg') !important;
|
||||
display: block;
|
||||
width: 55px;
|
||||
}
|
||||
// .fa-youtube::after{
|
||||
// content: url('../img/youtube_black.svg') !important;
|
||||
// display: block;
|
||||
// width: 55px;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue