h5, a { color: #FFF; margin-bottom: 0; }
p { color: #8798a7; margin-bottom: 0; }
form { margin-bottom: 0; margin-top: 9px;
- input { padding: 18px; border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
- .button { padding-top: 13px; }
+ input { padding-left: 15px; height: 42px; border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
+ .button { height: 42px; padding-top: 13px; }
}
}
}
/* line 196, ../sass/app.scss */
.stay-updated form input {
- padding: 18px;
+ padding-left: 15px;
+ height: 42px;
border: none;
border-radius: 0;
-moz-border-radius: 0;
}
/* line 197, ../sass/app.scss */
.stay-updated form .button {
+ height: 42px;
padding-top: 13px;
}