Skip to content

Commit 0cfc7ce

Browse files
committed
Update scss
1 parent 7251bb5 commit 0cfc7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scss/_accordion.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ul{
1+
.accordion-container{
22
position: relative; width: 100%;
3-
li{
3+
.accordion-item{
44
overflow: hidden; min-height: 70px; margin-bottom: 10px;
55
border: dashed 1px #dedede; border-radius: 5px;
66
&.show{

0 commit comments

Comments
 (0)