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

Staging #437

Merged
merged 11 commits into from
Apr 2, 2024
Prev Previous commit
Next Next commit
updated accordions and uploaded icons
luna-fed-developer committed Mar 26, 2024

Verified

This commit was signed with the committer’s verified signature.
derekpierre Derek Pierre
commit 9b5cb91b25ffe2148c798f867aa1ceb5d16929c8
9 changes: 9 additions & 0 deletions assets/css/index.scss
Original file line number Diff line number Diff line change
@@ -441,6 +441,15 @@ abbr{
font-size: 1.17em;
}

.usa-accordion__button[aria-expanded="false"].bg-accent-cool-lighter, .usa-accordion__button[aria-expanded="false"]:hover.bg-accent-cool-lighter {
background-image: url(../img/plus.svg), linear-gradient(transparent, transparent);
background-size: 1rem;
}
.usa-accordion__button[aria-expanded="true"].bg-accent-cool-lighter {
background-image: url(../img/minus.svg), linear-gradient(transparent, transparent);
background-size: 1rem;
}

img.workinggroup-icon {
vertical-align: sub;
margin-right: 0.25em;
1 change: 1 addition & 0 deletions assets/img/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/img/minus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/img/plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.