media logo
This commit is contained in:
@@ -116,17 +116,42 @@ footer{
|
||||
flex-direction: column;
|
||||
font-size: $font-medium;
|
||||
font-weight: 400;
|
||||
&::before{
|
||||
content: "Nous contacter";
|
||||
padding-bottom: 0.6rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
padding-bottom: 0.6rem;
|
||||
font-size: 0.6rem;
|
||||
|
||||
}
|
||||
.fa-3x{
|
||||
font-size: 1.5em;
|
||||
// .fa-3x{
|
||||
// font-size: 1.5em;
|
||||
// }
|
||||
|
||||
.fa-x-twitter::before{
|
||||
display: none;
|
||||
}
|
||||
.fa-x-twitter::after{
|
||||
content: url('../img/logo_x.svg') !important;
|
||||
display: block;
|
||||
width: 50px;
|
||||
|
||||
}
|
||||
|
||||
.fa-linkedin::before{
|
||||
display: none;
|
||||
|
||||
}
|
||||
.fa-linkedin::after{
|
||||
content: url('../img/linkedin.svg') !important;
|
||||
display: block;
|
||||
width: 55px;
|
||||
}
|
||||
|
||||
.fa-youtube::before{
|
||||
display: none;
|
||||
}
|
||||
.fa-youtube::after{
|
||||
content: url('../img/youtube_black.svg') !important;
|
||||
display: block;
|
||||
width: 55px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user