- Ноя
- 327
- 34
Пользователь
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!.username--style14:after {
content: '';
display: inline-block;
width: 32px;
height: 32px;
background-image: url(https://i.postimg.cc/15hXHRLp/Picsart-25-05-17-15-14-02-182.png);
background-size: contain;
background-repeat: no-repeat;
margin-left: 2px;
vertical-align: middle;
}
Этот код прописываешь в extra.less и указываешь нужный id группы. Вот подробный мануал: https://pawno-help.ru/resources/fa-ikonki-crmp-online.1432/
Спасибо.Код:.username--style14:after { content: ''; display: inline-block; width: 32px; height: 32px; background-image: url(https://i.postimg.cc/15hXHRLp/Picsart-25-05-17-15-14-02-182.png); background-size: contain; background-repeat: no-repeat; margin-left: 2px; vertical-align: middle; }