Skip to content

Commit

Permalink
Made some changer which have been gotten from German
Browse files Browse the repository at this point in the history
  • Loading branch information
JulieSagan committed Nov 20, 2024
1 parent 428a0f6 commit 8ce023e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/accordion/accordion.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
.accordion__item {
margin-bottom: 8px;
border: 1px solid var(--grey-3);
padding-block: 24px;
padding-left: 32px;
padding: 24px 32px;
border-radius: 8px;
cursor: pointer;
}
Expand All @@ -25,7 +24,7 @@
display: none;
}

details[open] > .accordion__text {
.accordion__item[open] .accordion__text {
color: var(--grey-4);
padding-top: 16px;
padding-bottom: 8px;
Expand Down

0 comments on commit 8ce023e

Please sign in to comment.