.o-mail-NotificationItem {
    &.o-important {
        background-color: mix($o-gray-200, $o-gray-300) !important;
    }
    &:hover {
        background-color: $o-gray-300 !important;
    }
}
