deployed
This commit is contained in:
parent
11109f4d57
commit
263a14fccc
|
@ -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>
|
Loading…
Reference in New Issue