buttons
fix button padding consistencyLBautista
css
a year ago
375 B
10
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