Created
November 14, 2020 22:49
-
-
Save EdoardoVignati/9d7bac03b5b0443b3571a8f824c3692b to your computer and use it in GitHub Desktop.
Bootsrap first child accordion add border
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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