By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Типо тут я модер раздела удаляю сообщение (просто без физические) и тут такое розовое как у мт а у меня не ровозое как у мт а серое
Посмотреть вложение 18936
.messageNotice {
border-left: 2px solid #c400ff;
&::before {
color: #c400ff;
}
&:not(.messageNotice--highlighted) {
a {
color: #e150d7;
&:hover {
color: #e150d7;
}
}
}
}
Вообще не тоВ extra.less
CSS:.messageNotice { border-left: 2px solid #c400ff; &::before { color: #c400ff; } &:not(.messageNotice--highlighted) { a { color: #e150d7; &:hover { color: #e150d7; } } } }