Mortgage Calculator - Element

 avatar
unknown
plain_text
9 months ago
399 B
5
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-input{
        border-color: #fff;
    }
}
Editor is loading...
Leave a Comment