Neighborhoods Page - POI

mail@pastecode.io avatar
unknown
plain_text
18 days ago
486 B
3
Indexable
Never
div.poi-table__filters button {
    background: #D6B69C;
    border: 1px solid #D6B69C;
    color: #fff;
    &:hover{
        background: #3C6A72;
        border: 1px solid #3C6A72;
        color: #fff;
    }
}

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

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

span.tag{
    background: #3C6A72;
    color: #fff;
}
Leave a Comment