Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
Juan Ferrer 2019-02-15 22:08:44 +01:00
commit 9346c7adc3
4 changed files with 12 additions and 3 deletions

View File

@ -22,4 +22,10 @@
%active { %active {
background-color: $color-active; background-color: $color-active;
color: $color-active-font; 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 { vn-table {
img { img {
border-radius: 50%; border-radius: 50%;
max-width: 50px; width: 50px;
height: 50px;
} }
} }

View File

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

View File

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