buttons

fix button padding consistency
 avatar
LBautista
css
10 months ago
375 B
7
Indexable
/* Start To make the button's padding consistent - WB Lloyd*/
.redesign .btn--small {
    padding: 20px 46px!important;
}
.lp-btn {
    padding: 20px 46px!important;
}
button.newsletter-signup__form-item{
    line-height: 1;
    font-weight: 700;
}
#modal-global-contact-us .contact-form .section-message form .submitButton {
    padding: 14px 20px;
}
/*End*/
Editor is loading...
Leave a Comment