Makes testing of transaction rules work

This commit is contained in:
2023-10-26 21:23:52 -07:00
parent 5ed23f26be
commit 7f7458d54a
12 changed files with 196 additions and 40 deletions

View File

@@ -26,6 +26,29 @@
}
.htmx-added.swipe-left-swap , .htmx-added .swipe-left-swap{
@apply opacity-100 !important;
@apply scale-100 !important;
@apply -translate-x-1/2 !important;
}
.htmx-added.swipe-left-swap , .htmx-added .swipe-left-swap{
@apply opacity-100;
@apply scale-100;
@apply translate-x-0;
}
.htmx-settling.htmx-added .swipe-left-swap, .htmx-settling.htmx-added.swipe-left-swap{
@apply opacity-0 !important;
@apply scale-75 !important;
@apply translate-x-1/2 !important;
}
.htmx-settling .slide-up-settle {
@apply translate-y-5 !important;
}