XF 2.1 Icons on help pages

Here is my code :
Code:
/*fa page aides*/
.p-body-sideNavContent a {
    &:before {
    font-family: "Font Awesome 5 Pro";
    padding-right: 3px;
}
    &[href*="/help/smilies/"]:before { content: "\f118" }
    &[href*="/help/bb-codes/"]:before { content: "\f121" }
    &[href*="/help/trophies/"]:before { content: "\f091" }
    &[href*="/help/cookies/"]:before { content: "\f0c1" }
    &[href*="/help/terms/"]:before { content: "\f0e3" }
    &[href*="/help/privacy-policy/"]:before { content: "\f05e" }
}

Screen :
Screenshot_3.webp
 
Top Bottom