linkdin footer

This commit is contained in:
ouidade 2024-09-20 22:48:20 +02:00
parent 005bef7e2b
commit 28656159e4
3 changed files with 25 additions and 15 deletions

View File

@ -646,15 +646,20 @@ footer {
flex-direction: column;
font-size: 0.8rem;
font-weight: 400;
padding-bottom: 0.6rem;
font-size: 0.6rem;
}
.footer #footer-right #block-quartiers-de-demain-socialmedialinks li {
padding: 0;
}
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-x-twitter::before {
display: none;
}
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-linkedin::before {
display: none;
}
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-3x {
font-size: 2.3em;
}
.footer #footer-right #block-quartiers-de-demain-socialmedialinks .fa-linkedin::after {
content: url("../img/linkedin.svg") !important;
display: block;

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="53.05183"
height="53.337986"
width="43.904964"
height="44.141781"
version="1.1"
id="svg1"
sodipodi:docname="linkedin.svg"
@ -21,25 +21,25 @@
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="15.223672"
inkscape:cx="26.504775"
inkscape:cy="26.668993"
inkscape:cy="27.260177"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="36"
inkscape:window-x="1920"
inkscape:window-y="156"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<defs
id="defs1" />
<ellipse
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.929115;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.768923;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
id="path2"
cx="26.525915"
cy="26.668993"
rx="26.525915"
ry="26.668993" />
cx="21.952482"
cy="22.07089"
rx="21.952482"
ry="22.07089" />
<path
d="M 41.203877,38.673405 V 28.097989 c 0,-5.665951 -3.024254,-8.302481 -7.058317,-8.302481 -3.255166,0 -4.713012,1.790427 -5.52465,3.046656 v -2.614129 h -6.131224 c 0.081,1.731839 0,18.44537 0,18.44537 H 28.62091 V 28.371983 c 0,-0.549707 0.03963,-1.10114 0.201618,-1.494034 0.442868,-1.10114 1.450953,-2.241912 3.144879,-2.241912 2.219511,0 3.106971,1.690481 3.106971,4.170198 v 9.868892 z M 16.029328,17.710409 c 2.136795,0 3.468845,-1.418212 3.468845,-3.187962 -0.03963,-1.809382 -1.33205,-3.186237 -3.429211,-3.186237 -2.097161,0 -3.467123,1.376855 -3.467123,3.186237 0,1.771474 1.330329,3.187962 3.389578,3.187962 z m 3.065612,20.962996 v -18.44537 h -6.129499 v 18.44537 z"
d="m 34.099761,32.005576 v -8.752069 c 0,-4.689063 -2.502831,-6.871018 -5.841366,-6.871018 -2.69393,0 -3.900424,1.481732 -4.572124,2.52137 v -2.163417 h -5.074116 c 0.06703,1.433246 0,15.265134 0,15.265134 h 5.074116 v -8.525315 c 0,-0.45493 0.0328,-0.911288 0.166856,-1.236442 0.366512,-0.911288 1.200789,-1.855375 2.602659,-1.855375 1.836836,0 2.571286,1.399018 2.571286,3.451198 v 8.167359 z M 13.265651,14.656889 c 1.768382,0 2.870769,-1.173692 2.870769,-2.638313 -0.0328,-1.49742 -1.102387,-2.6368856 -2.837968,-2.6368856 -1.735582,0 -2.869343,1.1394656 -2.869343,2.6368856 0,1.466048 1.100962,2.638313 2.805168,2.638313 z M 15.80271,32.005576 V 16.740442 h -5.072689 v 15.265134 z"
fill="#ffffff"
id="path2-9"
style="stroke-width:1.72322" />
style="stroke-width:1.42611" />
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -126,14 +126,16 @@ footer{
font-size: $font-medium;
font-weight: 400;
padding-bottom: 0.6rem;
// padding-bottom: 0.6rem;
font-size: 0.6rem;
}
// .fa-3x{
// font-size: 1.5em;
// }
li{
padding: 0;
}
.fa-x-twitter::before{
display: none;
}
@ -148,6 +150,9 @@ footer{
display: none;
}
.fa-3x{
font-size: 2.3em;
}
.fa-linkedin::after{
content: url('../img/linkedin.svg') !important;
display: block;