Skip to content

Commit

Permalink
fix: #106
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jul 10, 2021
1 parent 52880e1 commit 2c6747f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/styled/collapse.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
.collapse{
@apply outline-none;
}
.collapse-title{
min-height: 3.75rem;
}
.collapse-arrow .collapse-title:after{
@apply transition-all ease-in-out duration-300 w-2 h-2 block absolute;
top: 1.4rem;
Expand All @@ -29,7 +26,8 @@
}
.collapse-title,
.collapse>input[type=checkbox]{
@apply p-4;
@apply p-4 w-full;
min-height: 3.75rem;
transition: background-color .2s ease-in-out;
}

Expand Down

0 comments on commit 2c6747f

Please sign in to comment.