Masterpiece - Property Detail Intro

Anonymous
css
04/04/2023 1:46 AM
436 B
20
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:#00ACD9!important;
    }
}
Editor is loading...