Verification: syncing all submit button-type styling (including newly used element on verified view)

This commit is contained in:
Brian Talbot
2013-09-03 16:37:34 -04:00
parent dc850370b2
commit 70ba52b4fa

View File

@@ -222,9 +222,9 @@
}
// HACK: nasty override due to our bad input/button styling
button, input[type="submit"], input[type="button"] {
button, input[type="submit"], input[type="button"], button[type="submit"] {
@include font-size(16);
@extend .t-weight3;
@extend .t-weight4;
text-transform: none;
text-shadow: none;
letter-spacing: 0;