Skip to content

Commit

Permalink
Bring back chevron on menu category (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipxyc authored Oct 14, 2022
1 parent 965bac4 commit 3be9d01
Show file tree
Hide file tree
Showing 2 changed files with 14,638 additions and 9 deletions.
14,637 changes: 14,634 additions & 3 deletions assets/css/app.css

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions assets/src/scss/pages/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,11 @@
padding: 15px 0;
margin-bottom: 0;

.collapse-toggle {
//@extend .fa;
//@extend .fa-chevron-up;
.fa {
transition: .3s transform ease-in-out;
}

&.collapsed .collapse-toggle {
//@extend .fa-chevron-down
&.collapsed .fa {
transform: rotate(180deg);
}
}

Expand Down

0 comments on commit 3be9d01

Please sign in to comment.