refs #6199 fix(orderCatalogView): html and css
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2023-10-13 10:23:48 +02:00
parent 7367656a35
commit fa90132934
2 changed files with 24 additions and 24 deletions

View File

@ -37,21 +37,24 @@
value="{{::item.value7}}">
</vn-label-value>
</div>
<vn-horizontal
class="container text-right text-caption"
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-one>
<vn-rating ng-if="::item.stars"
ng-model="::item.stars"/>
</vn-one>
<vn-horizontal
class="text-right text-caption alert vn-mr-xs"
ng-if="::item.minQuantity">
<vn-one>
<vn-icon
icon="production_quantity_limits"
translate-attr="{title: 'Minimal quantity'}"
class="text-subtitle1">
</vn-icon>
</vn-one>
{{::item.minQuantity}}
</vn-horizontal>
</vn-horizontal>
<vn-rating ng-if="::item.stars"
ng-model="::item.stars">
</vn-rating>
<div class="footer">
<div class="price">
<vn-one>

View File

@ -44,10 +44,7 @@ vn-order-catalog {
height: 30px;
position: relative;
}
.text-caption-reduced {
.alert {
color: $color-alert;
display: flex;
align-items: center;
justify-content: flex-end;
}
}