Skip to content

Commit

Permalink
Add border style for accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
herbdool committed Mar 19, 2024
1 parent 7d9f2c9 commit 08c71b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/paragraphs_aplenty.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
.aplenty-accordion.aplenty-accordion-no-border details {
border: 0;
}
.aplenty-accordion.aplenty-accordion-border details {
border: 2px solid #bbbbbb;
background-color: #ffffff;
padding: 0.75em;
margin: 1em 0;
overflow: hidden;
}

/**
* Hero
Expand Down

0 comments on commit 08c71b9

Please sign in to comment.