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

VOTE-957: Refine registration tool styling #615

Merged
merged 23 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8aa8324
Merge pull request #467 from usagov/dev
rayestrada Dec 5, 2023
a7baa05
Merge pull request #479 from usagov/dev
rayestrada Dec 13, 2023
ce1b280
Merge pull request #481 from usagov/dev
rayestrada Dec 13, 2023
1f5efea
Merge pull request #484 from usagov/dev
rayestrada Dec 19, 2023
42f0c7b
Merge pull request #495 from usagov/dev
rayestrada Jan 2, 2024
edaaf02
Merge pull request #502 from usagov/dev
rayestrada Jan 16, 2024
0a75efb
Merge remote-tracking branch 'origin/dev' into stage
rayestrada Jan 16, 2024
945a873
Merge pull request #527 from usagov/dev
rayestrada Jan 30, 2024
4217631
Merge pull request #537 from usagov/dev
rayestrada Feb 6, 2024
3b53538
Merge pull request #548 from usagov/dev
rayestrada Feb 13, 2024
55b7105
Merge pull request #555 from usagov/dev
rayestrada Feb 13, 2024
86c1bfd
Merge pull request #556 from usagov/dev
rayestrada Feb 13, 2024
09c96e8
Merge pull request #558 from usagov/dev
rayestrada Feb 14, 2024
4a1cb5a
Merge pull request #587 from usagov/dev
rayestrada Feb 27, 2024
88a85e6
Merge pull request #603 from usagov/dev
rayestrada Mar 11, 2024
a941bca
Merge pull request #606 from usagov/dev
rayestrada Mar 12, 2024
138ce1c
VOTE-932: fix focus styling of li elements
mlloydbixal Mar 15, 2024
e6fa1eb
Merge branch 'stage' into feature/VOTE-957/refine-reg-tool
mlloydbixal Mar 18, 2024
6d2250b
fix masthead styles on mobile
mlloydbixal Mar 18, 2024
d4a650a
fix visted links styles
mlloydbixal Mar 19, 2024
5a4745c
fix offset background
mlloydbixal Mar 22, 2024
784104b
Refinements
rayestrada Mar 25, 2024
5b89c37
Merge remote-tracking branch 'origin/dev' into feature/VOTE-957/refin…
rayestrada Mar 25, 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
Binary file removed web/themes/custom/votegov/img/hero-map.jpg
Binary file not shown.
Binary file added web/themes/custom/votegov/img/hero-map.webp
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

&::before {
content: '';
background-image: url('../../../votegov/img/hero-map.jpg');
background-image: url('../../img/hero-map.webp');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand Down Expand Up @@ -307,4 +307,4 @@
}
}
}
}
}