reduce transition time

This commit is contained in:
Gabriel Bazán 2017-04-14 18:34:11 -03:00
commit c2495f578a

View file

@ -90,7 +90,7 @@
} }
.animate-show-hide.ng-hide-add, .animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove { .animate-show-hide.ng-hide-remove {
transition: all linear 2s; transition: all linear 0.2s;
} }
.wallet-details__item.item { .wallet-details__item.item {
padding-top: 0; padding-top: 0;