NewDesign Form: unify body and input font
This commit is contained in:
parent
2a8b8d4a01
commit
dfe36ceef7
2 changed files with 3 additions and 6 deletions
|
@ -4,7 +4,9 @@
|
|||
@import "placeholders";
|
||||
@import "typography";
|
||||
|
||||
body {
|
||||
body,
|
||||
input,
|
||||
textarea {
|
||||
@extend %new-type;
|
||||
font-size: 16px;
|
||||
line-height: 1.42857143;
|
||||
|
|
|
@ -6,11 +6,6 @@
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
label,
|
||||
input {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
label {
|
||||
margin-bottom: 8px;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Add table
Reference in a new issue