Commit 70ba52b4 by Brian Talbot

Verification: syncing all submit button-type styling (including newly used…

Verification: syncing all submit button-type styling (including newly used element on verified view)
parent dc850370
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment