Proper font-family for docs input fields (#7706) (#7708)

(cherry picked from commit b87bcb96ac)
This commit is contained in:
Michał Pierzchała
2016-09-19 14:27:03 -07:00
committed by Paul O’Shannessy
parent 8f8a26c091
commit fb37b44e79
+4 -2
View File
@@ -112,8 +112,6 @@ li {
line-height: 20px;
}
a {
color: $linkColor;
text-decoration: none;
@@ -131,3 +129,7 @@ a {
.center {
text-align: center;
}
input {
font-family: inherit;
}