Timeline update
This commit is contained in:
parent
006efc5369
commit
f5aade7a2d
1 changed files with 0 additions and 7 deletions
|
@ -38,11 +38,6 @@
|
||||||
& > summary {
|
& > summary {
|
||||||
@apply relative block select-none cursor-pointer outline-none p-5 pr-10 font-semibold;
|
@apply relative block select-none cursor-pointer outline-none p-5 pr-10 font-semibold;
|
||||||
|
|
||||||
// BEGIN TRANSITION
|
|
||||||
@apply mb-0;
|
|
||||||
transition: all 600ms cubic-bezier(0.2, 1, 0.3, 1);
|
|
||||||
// END TRANSITION
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@apply bg-primary/20 dark:bg-dark_primary/20;
|
@apply bg-primary/20 dark:bg-dark_primary/20;
|
||||||
}
|
}
|
||||||
|
@ -59,8 +54,6 @@
|
||||||
|
|
||||||
&[open] {
|
&[open] {
|
||||||
& > summary {
|
& > summary {
|
||||||
@apply mb-5; // TRANSITION
|
|
||||||
|
|
||||||
& > i > svg {
|
& > i > svg {
|
||||||
@apply -rotate-180;
|
@apply -rotate-180;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue