mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
8 lines
123 B
SCSS
Vendored
8 lines
123 B
SCSS
Vendored
.fade-enter-active, .fade-leave-active {
|
|
transition: opacity .2s
|
|
}
|
|
|
|
.fade-enter, .fade-leave-active {
|
|
opacity: 0
|
|
}
|