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

Update header styles and components to use uswds 3 #1083

Merged
merged 2 commits into from
Nov 28, 2023

Conversation

nick-mon1
Copy link
Contributor

@nick-mon1 nick-mon1 commented Nov 6, 2023

Summary

Updates header styles to use uswds:

Note
Site wide styles are still using uswds 0.9 and will be removed as each section gets updated to 3.0

Screenshots

Current
Screen Shot 2023-11-06 at 3 15 30 PM

New
Screen Shot 2023-11-06 at 3 14 48 PM

Current colors:

$red: #981b1e;
$light-blue: #0071bc;
$light-blue-two: #2b75b9;
$dark-blue: #112e51;
$light-gray: #f9f9f9;
$uswds-light-gray: #aeb0b5;
$gray: #e4e4e4;
$dark-gray: #323a45;
$white: #fff;

New USWDS colors:

$red: color("red-70v");
$light-blue: color("blue-50v");
$light-blue-two: color("blue-50");
$dark-blue: color("blue-80v");
$light-gray: color("gray-2");
$uswds-light-gray: color("gray-cool-30");
$gray: color("gray-10");
$dark-gray: color("gray-cool-70");
$white: color("gray-1");

This pull request is ready to merge when...

  • Tests have been updated (and all tests are passing)
  • This code has been reviewed by someone other than the original author
  • The change has been documented

- [x] replaced select with usa-select 3.0
- [x] integrate uswds color and font tokens
- [ ] refactor grid styles and turn into component
@nick-mon1 nick-mon1 marked this pull request as ready for review November 7, 2023 16:11
@nick-mon1 nick-mon1 requested review from ryanwoldatwork and removed request for smarina04 and ryanwoldatwork November 28, 2023 16:54
@ryanwoldatwork ryanwoldatwork changed the base branch from master to develop November 28, 2023 19:35
@nick-mon1 nick-mon1 merged commit b76ba46 into develop Nov 28, 2023
4 checks passed
@nick-mon1 nick-mon1 deleted the nl-update-header-dropdown branch November 28, 2023 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants