- Апр
- 58
- 13
Пользователь
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Кажется, это можно сделать с помощью плагина или через extra.less. Я не уверен, как именно это делается в коде. Возможно, стоит попробовать попросить помощи у ИИ.
потому что нету ; в конце строчки с гифкой
background: url(https://i.imgur.com/ITgM2fs.gif);
color: #ff0000;
text-shadow:
0 0 2px #ff0000,
0 0 6px #ff0000,
0 0 12px #cc0000,
0 0 20px #8b0000;
&:before {
content: "\f505";
font-family: "Font Awesome 5 Pro";
margin-right: 6px;
color: #ff0000;
text-shadow:
0 0 4px #ff0000,
0 0 10px #cc0000,
0 0 18px #8b0000;
}
& {
display: inline-flex;
align-items: center;
white-space: nowrap;
}
&:after {
content: "Аф";
margin-left: 6px;
padding: 2px 10px;
border: 2px solid #ff0000;
border-radius: 999px;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.3px;
color: #ffffff;
background: rgba(255,0,0,0.15);
display: inline-block;
white-space: nowrap;
}
