refs #6199 Requested changes
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
6b1dded222
commit
7367656a35
|
@ -37,17 +37,18 @@
|
|||
value="{{::item.value7}}">
|
||||
</vn-label-value>
|
||||
</div>
|
||||
<div
|
||||
<vn-horizontal
|
||||
class="container text-right text-caption"
|
||||
ng-if="::item.minQuantity"
|
||||
ng-class="'text-caption-reduced'">
|
||||
<vn-icon
|
||||
icon="production_quantity_limits"
|
||||
translate-attr="{title: 'Minimal quantity'}"
|
||||
ng-class="'min-quantity-icon'">
|
||||
</vn-icon>
|
||||
<span>{{::item.minQuantity}}</span>
|
||||
</div>
|
||||
ng-if="::item.minQuantity">
|
||||
<div ng-class="'text-caption-reduced'">
|
||||
<vn-icon
|
||||
icon="production_quantity_limits"
|
||||
translate-attr="{title: 'Minimal quantity'}"
|
||||
ng-class="'text-subtitle1'">
|
||||
</vn-icon>
|
||||
<span class="vn-ml-xs">{{::item.minQuantity}}</span>
|
||||
</div>
|
||||
</vn-horizontal>
|
||||
<vn-rating ng-if="::item.stars"
|
||||
ng-model="::item.stars">
|
||||
</vn-rating>
|
||||
|
|
|
@ -45,13 +45,9 @@ vn-order-catalog {
|
|||
position: relative;
|
||||
}
|
||||
.text-caption-reduced {
|
||||
color: $color-alert;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
color: $color-alert;
|
||||
}
|
||||
.min-quantity-icon {
|
||||
font-size: 18px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue