Skip to content

Commit

Permalink
updated accordions and uploaded icons
Browse files Browse the repository at this point in the history
  • Loading branch information
luna-fed-developer committed Mar 26, 2024
1 parent 88557af commit 9b5cb91
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assets/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
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.

0 comments on commit 9b5cb91

Please sign in to comment.