Untitled

mail@pastecode.io avatar
unknown
plain_text
25 days ago
586 B
1
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: transparent;
    border: 1px solid #fff;
    color: #fff;
    &:hover{
        background: #fff;
        border: 1px solid #fff;
        color: #000;
    }
}

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

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