aafu.css 99 B

123456
  1. .chevron {
  2. transition: 300ms linear rotate;
  3. }
  4. .active > .chevron {
  5. transform: rotate(90deg);
  6. }