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='email'],
input[type='password'], input[type='password'],
input[type='date'], input[type='date'],
input[type='url'],
select, select,
textarea { textarea {
display: block; display: block;

View file

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