fixed ng-repeat transition

This commit is contained in:
Joan Sanchez 2019-02-15 17:33:03 +01:00
parent a806a26042
commit 42e3fede23
4 changed files with 12 additions and 3 deletions

View File

@ -22,4 +22,10 @@
%active {
background-color: $color-active;
color: $color-active-font;
}
// Disable ng-repeat effects
.ng-enter, .ng-leave {
-webkit-transition: none !important;
transition: none !important
}

View File

@ -29,6 +29,7 @@ vn-item-product {
vn-table {
img {
border-radius: 50%;
max-width: 50px;
width: 50px;
height: 50px;
}
}

View File

@ -2,7 +2,8 @@ vn-order-line{
vn-table {
img {
border-radius: 50%;
max-width: 50px;
width: 50px;
height: 50px;
}
}
}

View File

@ -83,7 +83,8 @@ vn-ticket-sale {
vn-table {
img {
border-radius: 50%;
max-width: 50px;
width: 50px;
height: 50px;
}
}
.taxes {