mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 12:05:21 +02:00
8 lines
129 B
CSS
8 lines
129 B
CSS
.layout-enter-active,
|
|
.layout-leave-active {
|
|
transition: opacity 0.2s;
|
|
}
|
|
.layout-enter,
|
|
.layout-leave-active {
|
|
opacity: 0;
|
|
}
|