make themed-input font size consistent across all contexts
Some checks failed
deploy / deploy (push) Has been cancelled
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:
parent
7121752402
commit
c3cc911c5c
@ -1682,7 +1682,6 @@
|
||||
.contact-form .themed-input {
|
||||
width: 100%;
|
||||
padding: 0.5rem 1rem;
|
||||
font-size: var(--t-text-base);
|
||||
}
|
||||
|
||||
.contact-form-submit {
|
||||
@ -1727,7 +1726,6 @@
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
padding: 0.5rem 0.75rem;
|
||||
font-size: var(--t-text-small);
|
||||
}
|
||||
|
||||
& .themed-button {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user