13 lines
207 B
CSS
13 lines
207 B
CSS
|
|
.item-list-row-exit {
|
||
|
|
opacity: 1;
|
||
|
|
height: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.item-list-row-exit-active {
|
||
|
|
opacity: 0;
|
||
|
|
height: 0 !important;
|
||
|
|
margin-top: 0 !important;
|
||
|
|
margin-bottom: 0 !important;
|
||
|
|
transition: all 0.5s;
|
||
|
|
}
|