Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
9346c7adc3
|
@ -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
|
||||||
}
|
}
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue