Probably something like:
Less:
.userBanner--staff
{
font-weight: bold;
}
.userBanner--staff
{
font-weight: bold;
}
Probably something like:
Less:.userBanner--staff { font:weight: bold; }
.userBanner--staff
{
font-weight: bold;
}
// ctaSupporter banner custom
.userBanner.userBanner--ctaSupporter {
background: linear-gradient(to bottom, #18e991, #14b571 100%);
}
I'm trying to get it to show a camera before the title. It isn't working. Any thoughts?

.rank-admin {
background: url('images/ranks/5gongadminw1.gif') no-repeat;
background-position: center bottom;
width:86px;
height:60px;
}



// zzl supporter house icon
.userBanner.userBanner--skyBlue
{
&:before {
.m-faBase();
.m-faContent(@fa-solid fa-house);
padding-right: 4px;
}
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.