Mortgage Calculator - Element

mail@pastecode.io avatar
unknown
plain_text
a month ago
472 B
5
Indexable
Never
/* 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 */
Leave a Comment