mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-12 05:26:46 +00:00
style: fix textarea and date picker font bug
This commit is contained in:
parent
4553a94038
commit
9421158445
3 changed files with 3 additions and 2 deletions
2
src/static/css/style.min.css
vendored
2
src/static/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue