Neighborhood Overview

 avatar
JohnMatthewLumba
plain_text
16 days ago
323 B
1
Indexable
Never
/*START - fixed popup info WB Matthew */
.item__copy .item__name--hint{
    &:after {
        background-color: #005890;
    }
    span.item__hint.hint{
        background-color: #005890;
        color:#fff;
        &:after {
            background-color: #005890;
        }
    }
}

/*END- fixed popup info*/
Leave a Comment