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 {
|
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-x-twitter::before {
|
||||||
display: none;
|
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 {
|
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-linkedin::before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -667,11 +662,6 @@ footer {
|
||||||
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-youtube::before {
|
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-youtube::before {
|
||||||
display: none;
|
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) {
|
@media (max-width: 700px) {
|
||||||
.footer div {
|
.footer div {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
|
@ -136,12 +136,12 @@ footer{
|
||||||
.fa-x-twitter::before{
|
.fa-x-twitter::before{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.fa-x-twitter::after{
|
// .fa-x-twitter::after{
|
||||||
content: url('../img/logo_x.svg') !important;
|
// content: url('../img/logo_x.svg') !important;
|
||||||
display: block;
|
// display: block;
|
||||||
width: 50px;
|
// width: 50px;
|
||||||
|
|
||||||
}
|
// }
|
||||||
|
|
||||||
.fa-linkedin::before{
|
.fa-linkedin::before{
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -156,11 +156,11 @@ footer{
|
||||||
.fa-youtube::before{
|
.fa-youtube::before{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.fa-youtube::after{
|
// .fa-youtube::after{
|
||||||
content: url('../img/youtube_black.svg') !important;
|
// content: url('../img/youtube_black.svg') !important;
|
||||||
display: block;
|
// display: block;
|
||||||
width: 55px;
|
// width: 55px;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue