creaky
Customer
Started work on upgrading to 2.3 and can’t get the font awesome icon to work in userbanners. This is the current less code, tried a couple of things but not currently working.
Code:
.userBanner.banneradmin2:before {
background: rgba(238,238,238,0.15);
position: absolute;
justify-content: center;
display: flex;
align-items: center;
top: 0;
bottom: 0;
left: 0;
min-width: 25px;
font-size: 100%;
text-align: center;
border-radius: 3px;
font-family: 'Font Awesome 5 Pro';
font-size: inherit;
font-style: normal;
font-weight: 400;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f521"
}