Masterpiece - Property Detail Intro

Anonymous
css
04/04/2023 1:47 AM
436 B
14
Indexable
button.lp-arrow{
    border-color: #fff!important;
    background-color: transparent!important;
    &:before{
        border-color: #fff!important;
    }
}
button.lp-arrow:hover{
    border-color: #fff!important;
    background-color: #fff!important;
    &:before{
        border-color:#002349!important;
    }
}
Editor is loading...