feat: replace all caret arrow with rotating-arrow component

This commit is contained in:
Junyu Zhan
2021-06-29 15:43:08 +08:00
committed by Tienson Qin
parent 34d20feb90
commit bcc6367cf7
5 changed files with 35 additions and 37 deletions

View File

@@ -187,3 +187,11 @@
@apply py-1.5 sm:leading-4 sm:text-xs;
}
}
.rotating-arrow.not-collapsed svg {
transform: rotate(90deg);
}
.rotating-arrow svg {
transition: all 100ms ease-in 0ms;
}