diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-22 21:05:14 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-22 21:05:14 +0100 |
commit | e0b7249dc8be2bc1f20e60b46cfb843c7e0058bd (patch) | |
tree | 8e80e87384fb00a6187a2264b85af0bae3995326 /alphabetlearning/static/css/forms.css | |
parent | b68e88b7643920caeb5d9d9cda8cdd08d51e10c9 (diff) |
Removes form helper() and changes font in input
Diffstat (limited to 'alphabetlearning/static/css/forms.css')
-rw-r--r-- | alphabetlearning/static/css/forms.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alphabetlearning/static/css/forms.css b/alphabetlearning/static/css/forms.css index 7e6be8a..35f6636 100644 --- a/alphabetlearning/static/css/forms.css +++ b/alphabetlearning/static/css/forms.css @@ -30,6 +30,7 @@ form label[for=id_pdf_files]::after, form label[for=id_thumbnail_files]::after { form input[type="text"], form input[type="password"], form input[type="email"] { padding: 0.75em 18px; border-radius: 5px; + font-weight: 500; width: 100%; margin-left: 2px; } |