Mortgage Calculator - Element

 avatar
unknown
plain_text
9 months ago
472 B
9
Indexable
/* Mortgage Calculator when the BG is white Update prices & list text color by WB Nicolas V*/
.lp-container {
     .calc__row input{
        color: #fff!important;
    }
     .calc__row button.custom-select-toggle  {
        color: #fff!important;
    }
     .custom-select-toggle:after {
        border-color: #fff;    
    }
    .lp-link--light:after{
        background-color: #fff;
    }
    .lp-input{
        border-color: #fff;
    }
}
/* END */
Editor is loading...
Leave a Comment