Schedule a Showing

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

@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*/

/* Hour select change color */
.custom-select-toggle {
    border-color: #000;
    color: #000;
    &:after {
        border-color: #000;
    }
}

/* Change label buttons */
.schedule .step .type-selector {
    label.lp-btn {
    border-color: #D6B69C; 
    background: #D6B69C;
    color: #fff;
    }
    label.lp-btn:hover {
    border-color: #3C6A72;
    background: #3C6A72;
    color: #fff;
    }
}

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