deployed
This commit is contained in:
parent
8648957de8
commit
bf14ef5af8
|
@ -42,13 +42,13 @@
|
|||
|
||||
.htmx-swapping.rose-ash-fade-me-out {
|
||||
opacity: 0;
|
||||
transition: opacity 400ms ease-out;
|
||||
transition: opacity 1s ease-out;
|
||||
}
|
||||
.htmx-added.rose-ash-fade-me-in {
|
||||
opacity: 0;
|
||||
}
|
||||
.rose-ash-fade-me-in {
|
||||
opacity: 1;
|
||||
transition: opacity 400ms ease-out;
|
||||
transition: opacity 1s ease-out;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue