@import '../echo.variables'; @import '../echo.variables.vector'; /* We have to include the #pt-notifications selector due to monobook */ .mw-echo-notifications-badge { &.oo-ui-flaggedElement-unseen, &.mw-echo-unseen-notifications { #pt-notifications-alert &:after { background-color: @badge-counter-background-unseen-alert; } #pt-notifications-notice &:after { background-color: @badge-counter-background-unseen-message; } } }