Schedule a Showing - Buttons
LBautista
css
a month ago
1.6 kB
1
Indexable
Never
/*START - schedule showing change theme color - WB Lloyd*/ div.redesign{ div.type-selector__group label.type-selector__label.lp-btn.lp-btn--outline.lp-btn--dark{ border-color: #BEAF87; background-color: #BEAF87; color: #fff; &:hover{ border-color: #B09F6D; background-color: #B09F6D; color: #fff; } } div.custom-select{ .custom-select-menu .custom-select-content { color: #000; background-color: #fff; .custom-select-item{ color: #000; &:hover { color: #fff; background-color: #BEAF87; } } } button.custom-select-toggle.is-placeholder { border-color: #000; &:after{ border-color:#000; } } } button.slick-arrow{ border-color: #BEAF87; background-color:#BEAF87; &:before{ border-color: #fff!important; } &:hover{ background-color: #B09F6D; border-color:#B09F6D; &:before{ border-color: #fff!important; } } } .calendar__slide.selected .calendar__item { border-color: #BEAF87; background-color: #BEAF87; color:#fff; } button.lp-btn { text-transform: uppercase; } } /*END- schedule showing change theme color*/
Leave a Comment