fixed ng-repeat transition
This commit is contained in:
parent
a806a26042
commit
42e3fede23
|
@ -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
|
||||
}
|
|
@ -29,6 +29,7 @@ vn-item-product {
|
|||
vn-table {
|
||||
img {
|
||||
border-radius: 50%;
|
||||
max-width: 50px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
}
|
|
@ -2,7 +2,8 @@ vn-order-line{
|
|||
vn-table {
|
||||
img {
|
||||
border-radius: 50%;
|
||||
max-width: 50px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -83,7 +83,8 @@ vn-ticket-sale {
|
|||
vn-table {
|
||||
img {
|
||||
border-radius: 50%;
|
||||
max-width: 50px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
}
|
||||
.taxes {
|
||||
|
|
Loading…
Reference in New Issue