This commit is contained in:
giles 2024-10-25 14:56:31 +01:00
parent 11109f4d57
commit 263a14fccc
1 changed files with 12 additions and 0 deletions

View File

@ -39,4 +39,16 @@
[data-sumup-id='hostedfield--cardholder_number'] { [data-sumup-id='hostedfield--cardholder_number'] {
} }
.htmx-swapping.rose-ash-fade-me-out {
opacity: 0;
transition: opacity 1s ease-out;
}
.htmx-added.rose-ash-fade-me-in {
opacity: 0;
}
.rose-ash-fade-me-in {
opacity: 1;
transition: opacity 2s ease-out;
}
</style> </style>