Schedule a Showing
unknown
plain_text
a year ago
4.0 kB
9
Indexable
div.schedule{
/*start padding*/
padding-top: 96px;
padding-bottom: 96px;
@media only screen and (max-width:1200px){
div.schedule__content{
padding-top: 32px;
padding-bottom: 96px;
}
padding-top: 64px;
padding-bottom: 0;
}
@media only screen and (max-width:820px){
div.schedule__content{
padding-top: 0;
padding-bottom:96px;
}
}
@media only screen and (max-width:768px){
div.schedule__content{
padding-top: 0;
padding-bottom:64px;
}
}
/*end*/
/*start button theming*/
.type-selector__group label.type-selector__label.lp-btn.lp-btn--outline.lp-btn--dark{
border-color: #7C7A61!important;
background-color: transparent;
color: #7C7A61;
font-size: 13px;
&:hover{
border-color: #7C7A61!important;
background-color: #7C7A61;
color: #fff;
}
}
.custom-select button.custom-select-toggle.is-placeholder {
color: #000;
font-siz: 0;
text-transform: none;
border-color: #000;
&:after{
border-color: #000;
}
&:before{
content: 'Choose a Time';
display: block;
font-size: 16px;
}
}
button.slick-arrow{
border-color: #7C7A61;
background-color: transparent!important;
&:before{
border-color:#7C7A61;
}
&:hover{
border-color: #7C7A61;
background-color:#7C7A61!important;
&:before{
border-color: #fff;
}
}
}
.calendar__item {
border-color: #000;
background-color: transparent;
color: #000;
}
.calendar__slide.selected .calendar__item {
border-color: #7C7A61;
background-color: #7C7A61;
color:#fff;
}
.custom-select-item{
color: #000;
background-color: #fff!important;
&:hover{
color: #fff;
background-color: #7C7A61!important;
}
}
/*end*/
/*dropdown Theming*/
.custom-select-toggle:after{
border-color: #000;
}
.info-form .lp-input{
text-transform: capitalize;
border-color: #000;
color: #000;
}
.custom-select .lp-input--dark + .custom-select-menu .custom-select-content {
color: #000;
background-color: #fff;
}
.custom-select-item:focus, .custom-select-item:hover {
background-color: #7C7A61;
color: #fff;
}
/*end*/
/*title alignment*/
.lp-title-group {
text-align: center;
}
/*end*/
/*schedule reset link*/
.schedule-reset{
font-weight: 700;
text-transform: uppercase;
position: relative!important;
color: #000!important;
transition: 0.4s;
opacity: 1!important;
&:hover{
color: #000!important;
}
&:before, &:after{
transition: 0.4s;
text-decoration: none!important;
line-height: 1;
content: "";
height: 1px;
position: absolute!important;
bottom: 0;
left: 0;
}
&:before {
width: 100%!important;
background-color: #ccc!important;
opacity: 0.4;
}
&:after{
width: 0%!important;
background-color: #7C7A61!important;
}
&:hover:after{
width: 100%!important;
}
}
/*end*/
}
Editor is loading...
Leave a Comment