Neighborhoods Page - Schools

mail@pastecode.io avatar
unknown
plain_text
19 days ago
587 B
4
Indexable
Never
 .lp-container {
    padding-top: 96px!important;
    padding-bottom: 96px!important;
    @media(max-width: 768px){
    padding-top: 64px!important;
    padding-bottom: 64px!important;
    }
}

div.type-list__item {
    background: #8F83FF;
    border: 1px solid #8F83FF;
    color: #fff;
    &:hover{
        background: #fff;
        border: 1px solid #fff;
        color: #8F83FF;
    }
}

div.type-list__item.active  {
    background: #fff;
    border: 1px solid #fff;
    color: #8F83FF;
}

div.category-wrap{
    background: #8F83FF;
    color: #fff;
}
Leave a Comment