7 lines
96 B
CSS
7 lines
96 B
CSS
.inventory-item {
|
|
transition: all .2s;
|
|
}
|
|
|
|
.inventory-item>* {
|
|
transition: all .2s .2s;
|
|
} |