Skip to content

Commit

Permalink
fix(ressources): icon accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
alebret committed Nov 30, 2022
1 parent df3516c commit ae685e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/assets/sass/components/resources.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
}
}

button.fr-accordion__btn:after {
content: "\002B" !important;
}

button.fr-accordion__btn[aria-expanded=true]:after {
content: "\002D" !important;
}

@media screen and (max-width: 450px) {
.accordion-smallscreen {
section {
Expand Down

0 comments on commit ae685e6

Please sign in to comment.