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 @@ ...@@ -12,10 +12,8 @@
input[type="email"], input[type="email"],
input[type="password"], input[type="password"],
textarea { textarea {
@extend %t-weight2;
border: 1px solid $color-decorative-secondary; border: 1px solid $color-decorative-secondary;
padding: ($baseline-v/2); padding: ($baseline-v/2);
font-family: $f-copy;
outline: 0; outline: 0;
color: $selected-color; color: $selected-color;
...@@ -31,6 +29,7 @@ ...@@ -31,6 +29,7 @@
} }
.field { .field {
font-family: $f-copy;
label, .label { label, .label {
@extend %copy-delta; @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