@import "../ui.vars.less";

sc-notification-indicator {
    &[negative] {
        background-color: @scNegative;
        color: @appWhite;
    }
}