Makes testing of transaction rules work
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user