Commit 93b75457 by Brian Talbot

removing explicit font-family rules for all inputs

parent 3b4ac35e
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -12,10 +12,8 @@
input[type="email"],
input[type="password"],
textarea {
@extend %t-weight2;
border: 1px solid $color-decorative-secondary;
padding: ($baseline-v/2);
font-family: $f-copy;
outline: 0;
color: $selected-color;
......@@ -31,6 +29,7 @@
}
.field {
font-family: $f-copy;
label, .label {
@extend %copy-delta;
......
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