Neighborhoods Page - POI

Anonymous
plain_text
09/16/2024 9:36 PM
640 B
16
Indexable
div.poi-table__filters button {
    background: #8F83FF;
    border: 1px solid #8F83FF;
    color: #fff;
    &:hover{
        background: #fff;
        border: 1px solid #fff;
        color: #8F83FF;
    }
}

div.poi-table__filters button[data-active="true"] {
    background: #fff;
    border: 1px solid #fff;
    color: #8F83FF;
}

.score__help-content .lp-link:after {
    background-color: #fff;
}

span.tag{
    background: #8F83FF;
    color: #fff;
}
Editor is loading...
Leave a Comment