NewDesign Form: unify body and input font

This commit is contained in:
Simon Lehericey 2017-07-20 10:02:48 +02:00 committed by Mathieu Magnin
parent 2a8b8d4a01
commit dfe36ceef7
2 changed files with 3 additions and 6 deletions

View file

@ -4,7 +4,9 @@
@import "placeholders";
@import "typography";
body {
body,
input,
textarea {
@extend %new-type;
font-size: 16px;
line-height: 1.42857143;

View file

@ -6,11 +6,6 @@
margin-bottom: 20px;
}
label,
input {
font-size: 14px;
}
label {
margin-bottom: 8px;
display: inline-block;