Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: reCAPTCHA copy + redesign #2572

Draft
wants to merge 46 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
e2163eb
refactor: remove icons from showing up in media items
angela-tran Dec 4, 2024
4181328
refactor: remove bankcardcheck icon and now unused icon blocks
angela-tran Dec 4, 2024
a79563f
refactor: remove idcardcheck icon and now unused icon blocks
angela-tran Dec 4, 2024
d52b343
refactor: rename template filenames that contained `bankcardcheck`
angela-tran Dec 5, 2024
c3f63cc
refactor: rename template filenames that contained `idcardcheck`
angela-tran Dec 5, 2024
ea9f790
Refactor(reCAPTCHA): remove icons (#2564)
angela-tran Dec 5, 2024
0ed1e18
feat(recaptcha): all H1s are now left-aligned on desktop and mobile
machikoyasuda Dec 5, 2024
a10e1ac
feat(recaptcha): convert elig page to all col-lg-6
machikoyasuda Dec 5, 2024
eb69d78
feat(recaptcha): eligibility - remove 64px margin from all agency ind…
machikoyasuda Dec 5, 2024
d844dec
refactor(css): use class to position, instead of declaring styles
machikoyasuda Dec 5, 2024
e945960
refactor(css): use gap-4 (24px), gap-md-3 (16px); bump up 15px to 16px
machikoyasuda Dec 5, 2024
1342b24
refactor: remove unused css class
machikoyasuda Dec 6, 2024
2ed9222
reCAPTCHA: Eligibility index page - Align page and refactor (#2570)
machikoyasuda Dec 6, 2024
9f61a3e
feat(elig-start): recaptcha - first pass @ col-lg-6 for text and button
machikoyasuda Dec 5, 2024
bf2825a
refactor: eliminate unnecessary div
machikoyasuda Dec 5, 2024
4d0a733
feat(elig-start): widen cta, narrow text for all eligibility start op…
machikoyasuda Dec 5, 2024
207b849
feat(elig-start): widen cta, narrow text for agency card
machikoyasuda Dec 5, 2024
64c3c31
refactor: an attempt to refactor media-item css
machikoyasuda Dec 6, 2024
00f3f38
fix(css): create list-disc class instead
machikoyasuda Dec 6, 2024
6e16a2e
refactor(media-item): delete unnecessary classes, divs in media-item
machikoyasuda Dec 6, 2024
b2b91f1
refactor(elig-start): remove unnecessary class, div from all id media…
machikoyasuda Dec 6, 2024
f41cb98
feat(css): first pass @ get started with login.gov button
machikoyasuda Dec 6, 2024
e27350b
refactor(media-item): remove unused header-wrapper, media-body div/class
machikoyasuda Dec 6, 2024
ed39e8c
fix(css): update h2-sm-p comment
machikoyasuda Dec 6, 2024
00cc296
fix(enrollment-index-calfresh): add list-unstyled, remove media-item …
machikoyasuda Dec 6, 2024
c90f30c
reCAPTCHA: Eligibility Start (#2573)
machikoyasuda Dec 9, 2024
2b50e4b
feat(enrollment-success): widen header to 9, to match content
machikoyasuda Dec 6, 2024
31722ca
feat(logged-out): update logged out page with new spacing
machikoyasuda Dec 6, 2024
45351bd
feat(enrollment-success): don't forget cta log out sentence
machikoyasuda Dec 6, 2024
9059962
refactor: reduce divitis on enrollment-success
machikoyasuda Dec 6, 2024
32d41d4
feat(copy): remove <br> from headings
machikoyasuda Dec 6, 2024
f2ca459
feat(enrollment-index): use col-lg-6 for heading, content and set bas…
machikoyasuda Dec 6, 2024
2eb8197
feat(enrollment-index-calfresh): realign calfresh enrollment index, r…
machikoyasuda Dec 6, 2024
d559c19
fix(enrollment-index-agency-card): remove large padding bottom
machikoyasuda Dec 6, 2024
e187a60
refactor(media-item): rename media-item to info, remove unnecessary u…
machikoyasuda Dec 6, 2024
56b9322
refactor(media-item): remove template entirely, render content direct…
machikoyasuda Dec 9, 2024
aab7c0c
reCAPTCHA: Enrollment index (#2575)
machikoyasuda Dec 10, 2024
30edfda
refactor(elig-start): use call-to-action-button for block, not the pa…
machikoyasuda Dec 10, 2024
0a5f154
refactor(eligibility-item): rename media-item template to eligibility…
machikoyasuda Dec 10, 2024
ff88efa
refactor(elig-item): rename all files from media-item to eligibility-…
machikoyasuda Dec 10, 2024
cf11c04
refactor(elig-start): add h1 styling to start.html
machikoyasuda Dec 10, 2024
279fc00
fix(logged-out): fix padding from top
machikoyasuda Dec 10, 2024
7404a9d
Fix/Refactor: Eligibility Start (#2583)
machikoyasuda Dec 10, 2024
9edb893
reCAPTCHA: Enrollment Success, Logged Out (#2579)
machikoyasuda Dec 10, 2024
d881a12
chore(pre-commit): run autofix
machikoyasuda Dec 12, 2024
7a4e5fb
chore(pre-commit): run autofix (#2589)
machikoyasuda Dec 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(css): update h2-sm-p comment
  • Loading branch information
machikoyasuda committed Dec 6, 2024
commit ed39e8cb4dc8ad3694a6e5f7e81c37e1bdacfccf
2 changes: 1 addition & 1 deletion benefits/static/css/styles.css
Original file line number Diff line number Diff line change
@@ -182,7 +182,7 @@ h2,
}

/* H2: 18px, up to Small width */
/* Only used on Landing Page, Eligibility Start */
/* Only used on Landing Page */
.h2-sm-p {
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);