inventur/app/js/components/InventoryItem.css
2020-01-13 16:09:25 +01:00

7 lines
96 B
CSS

.inventory-item {
transition: all .2s;
}
.inventory-item>* {
transition: all .2s .2s;
}