Schedule a Showing

mail@pastecode.io avatar
unknown
plain_text
25 days ago
1.4 kB
1
Indexable
Never
/* Scheduling a Property Theme by WB Nicolas V*/////
/* Change slick arrow theme  */
.schedule .step .calendar {
    .lp-arrow{
        border-color: #4B4949;
        background: #4B4949;
    }
    .lp-arrow:before{
        border-color: #fff;
    }
    .lp-arrow:hover{
        border-color: #4B4949;
        background: transparent;
    }
    .lp-arrow:hover:before{
        border-color: #4B4949;
    }
}

@media (max-width: 568px) {
    .schedule {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/*Schedule A Showing Padding - Ipad view Producer- WB Nicolas V*/
.schedule .schedule__content{
    @media(min-width: 765px) and (max-width: 1025px) {
        padding-top: 0px;
        padding-bottom: 60px;
    }
}
/*END*/

/* Change label buttons */
.schedule .step .type-selector {
    label.lp-btn {
    border-color: #4B4949;
    background: #4B4949;
    color: #fff;
    }
    label.lp-btn:hover {
    border-color: #4B4949;
    background: transparent;
    color: #4B4949;
    }
}

/* Change NEXT button color */
.schedule .step button.js-btn-next{
    border: 2px solid #3B34B4949D3D!important;
    color: #fff!important;
    text-transform: uppercase;
    background: #4B4949;
    font-weight: 700;
    padding: 14px 20px;
    &:hover {
        background: transparent!important;
        color: #4B4949!important;
    }
}
Leave a Comment