Neighborhoods Page - POI

 avatar
unknown
plain_text
10 months ago
480 B
8
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