style: fix textarea and date picker font bug

This commit is contained in:
Ruidy Nemausat 2020-06-04 08:04:13 +02:00
parent 4553a94038
commit 9421158445
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -11,6 +11,7 @@
input[type='email'],
input[type='password'],
input[type='date'],
input[type='url'],
select,
textarea {
display: block;

View file

@ -7,10 +7,10 @@
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Raleway', sans-serif;
}
body {
font-family: 'Raleway', sans-serif;
font-size: 1rem;
line-height: 1.6;
background-color: white;