mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 10:43:25 -04:00
9 lines
129 B
CSS
9 lines
129 B
CSS
|
|
.layout-enter-active,
|
||
|
|
.layout-leave-active {
|
||
|
|
transition: opacity 0.2s;
|
||
|
|
}
|
||
|
|
.layout-enter,
|
||
|
|
.layout-leave-active {
|
||
|
|
opacity: 0;
|
||
|
|
}
|