f1feb4bc0d
FossilOrigin-Name: 1347512fa601971a2b059929d532efbc74b254262bd0b6eef92e629df89a82f7
8 lines
177 B
CSS
8 lines
177 B
CSS
.cart-item.ng-enter {
|
|
-webkit-transition:0.5s linear all;
|
|
transition:0.5s linear all;
|
|
background-color: yellow;
|
|
}
|
|
.cart-item.ng-enter-active {
|
|
background-color: white;
|
|
} |