We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7251bb5 commit 0cfc7ceCopy full SHA for 0cfc7ce
src/scss/_accordion.scss
@@ -1,6 +1,6 @@
1
-ul{
+.accordion-container{
2
position: relative; width: 100%;
3
- li{
+ .accordion-item{
4
overflow: hidden; min-height: 70px; margin-bottom: 10px;
5
border: dashed 1px #dedede; border-radius: 5px;
6
&.show{
0 commit comments