Skip to content

Instantly share code, notes, and snippets.

@EdoardoVignati
Created November 14, 2020 22:49
Show Gist options
  • Save EdoardoVignati/9d7bac03b5b0443b3571a8f824c3692b to your computer and use it in GitHub Desktop.
Save EdoardoVignati/9d7bac03b5b0443b3571a8f824c3692b to your computer and use it in GitHub Desktop.
Bootsrap first child accordion add border
# Thanks to https://github.com/twbs/bootstrap/issues/27124#issuecomment-509009622
.accordion div.card:only-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
border-radius: calc(0.25rem - 1px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment