Skip to content

Commit

Permalink
Merge pull request #132 from HackAtUCI/fix/accordion-styling
Browse files Browse the repository at this point in the history
Fix: Accordion Styling
  • Loading branch information
samderanova committed Nov 4, 2023
2 parents 8cfc6af + a38da82 commit e8d3048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/site/src/app/(home)/sections/FAQ/FAQ.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
--bs-accordion-btn-icon-width: 14px;
--bs-accordion-btn-icon: url("~@/assets/icons/plus-lg.svg");
--bs-accordion-btn-active-icon: url("~@/assets/icons/dash-lg.svg");
--bs-accordion-bg: none;
}

.accordion-border {
Expand Down

0 comments on commit e8d3048

Please sign in to comment.