Neighborhoods Page - Schools

 avatar
unknown
plain_text
10 months ago
587 B
8
Indexable
 .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;
}
Editor is loading...
Leave a Comment