buttons

fix button padding consistency
 avatar
LBautista
css
25 days ago
375 B
5
Indexable
Never
/* 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*/
Leave a Comment