Opening

mail@pastecode.io avatar
unknown
plain_text
17 days ago
911 B
1
Indexable
Never
div.redesign .feature{
    img{
        @media only screen and (max-width:768px){
            height: 50%;
        }
    }
}
.opening-with-search .opening-button{
    color: #fff;
    &:hover{
        color: #fff!important;
    }
}
div.opening-with-search .search-lease-tab.active{
        color: #7C7A61;
    background-color:#fff;
}

div.opening-with-search .search-lease-tab{
    color: #fff;
    background-color:#7C7A61;
    text-transform: uppercase;
}
div.redesign .feature{
    text-transform: capitalize;
}
@media only screen and (max-width:768px){
    .opening-with-search .opening-title{
        font-size: 36px;
    }
}
.lp-title-group {
    margin: 0 auto 0;
}


div.opening-with-search .opening-title {
    margin-bottom: 0;
}
div.opening-with-search.height-class-Full{
    @media only screen and (max-width:768px){
            min-height: 110vh;
    }
}
Leave a Comment