make themed-input font size consistent across all contexts
Some checks failed
deploy / deploy (push) Has been cancelled

card-inline-form was overriding input font-size to --t-text-small, making
inline inputs noticeably smaller than contact form inputs. Removed the
override so all inputs inherit the same base size from the themed container.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey 2026-02-24 14:39:26 +00:00
parent 7121752402
commit c3cc911c5c

View File

@ -1682,7 +1682,6 @@
.contact-form .themed-input { .contact-form .themed-input {
width: 100%; width: 100%;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
font-size: var(--t-text-base);
} }
.contact-form-submit { .contact-form-submit {
@ -1727,7 +1726,6 @@
flex: 1; flex: 1;
min-width: 0; min-width: 0;
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
font-size: var(--t-text-small);
} }
& .themed-button { & .themed-button {