8z Implementation CSS

 avatar
user_3758723130
css
2 years ago
1.5 kB
16
Indexable

/*START - Change link colors */
div.redesign.featured-properties-section ul.slick-links-nav {
    span.spacer {
        background-color: #002A3A;
    }
    li span.link {
        color: #002A3A;
        border-color: #002A3A;
        &:hover:not(.slick-disabled){
            color:#002A3A;
        }
        &:before {
            background-color: #dedede;
        }
        &:after {
            background-color: #002A3A;
            color: #002A3A;
        }
    }
}
/*END - Change link colors */

/*START - Card property theme*/
div.redesign.featured-properties-section ul.featured-properties {
        div.slick-track li.featured-properties__item-cover {
          span.featured-properties__label {
                        background: #fff;
                        color: #002A39;
                }      
        }
        .featured-properties__item {
            background-color: #fff;
        }
        .featured-properties__text {
                padding-top: 35px;
                padding-bottom: 35px;
                background-color: #fff;
                p{ 
                    color: #002A39;
                }
               h4{ 
                    color: #002A39;
                }
               h5{ 
                    color: #002A39;
                }
        }
        
}

@media only screen and (max-width:1024px){
    div.featured-properties-button-holder{
        margin-top:20px;
    }
}

/*END - Card property theme*/
Editor is loading...