a[href^="http://"]:not([href*="site.ru"]):not([class]):not(#hotlog_counter):after,
a[href^="https://"]:not([href*="site.ru"]):not([class]):not(#hotlog_counter):after {
}
a[href^="http://"]:not([href*="site.ru"]):not([class]):not([id]):after,
a[href^="https://"]:not([href*="site.ru"]):not([class]):not([id]):after {
}
@media (max-width: 575px) {
.alert--test {
background-color: var(--primary);
}
}
@media (min-width: 576px) and (max-width: 991px) {
.alert--test {
background-color: var(--success);
}
}
@media (min-width: 992px) and (max-width: 1999px) {
.alert--test {
background-color: var(--warning);
}
}
@media (min-width: 1200px) {
.alert--test {
background-color: var(--danger);
}
}
alert-primary col-xl-alert-danger
и добавить уникальный класс, в моем случае это, например, alert--test
.