Skip to content
Code-Schnipsel Gruppen Projekte
Commit 97b6e8eb erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

fix: adjust user profile order

Übergeordneter 21a7e57e
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
2 Merge Requests!146fix: update `getCustomerFiles` method signature in `AbstractOrder`,!145Update 'next-3.x' with latest changes from 'main'
Pipeline-Nr. 15564 bestanden
...@@ -89,7 +89,9 @@ ...@@ -89,7 +89,9 @@
{if isset($orderStatus)} {if isset($orderStatus)}
<div class="quiqqer-order-profile-orders-order__group quiqqer-order-profile-orders-order-footer-orderStatus"> <div class="quiqqer-order-profile-orders-order__group quiqqer-order-profile-orders-order-footer-orderStatus">
<span class="quiqqer-order-profile-orders-order__label">{locale group="quiqqer/order" var="control.profile.orders.order.orderStatus"}:</span> <span class="quiqqer-order-profile-orders-order__label">{locale group="quiqqer/order" var="control.profile.orders.order.orderStatus"}:</span>
<div class="quiqqer-order-profile-orders-order__value">{$orderStatus}</div> <div class="quiqqer-order-profile-orders-order__value">
<span class="badge badge-primary">{$orderStatus}</span>
</div>
</div> </div>
{/if} {/if}
</footer> </footer>
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
--_box-bgColor: var(--box-bgColor, #f6f6f6); --_box-bgColor: var(--box-bgColor, #f6f6f6);
--_borderColor: var(--borderColor, #ddd); --_borderColor: var(--borderColor, #ddd);
--_borderWidth: var(--borderWidth, 1px); --_borderWidth: var(--borderWidth, 1px);
--_order-borderRadius: var(--order-borderRadius, 0.5rem);
--_scrollMarginTop: var(--scrollMarginTop,var(--_qui-template-scrollMarginTop, 0px)); --_scrollMarginTop: var(--scrollMarginTop,var(--_qui-template-scrollMarginTop, 0px));
} }
...@@ -19,6 +20,18 @@ ...@@ -19,6 +20,18 @@
font-size: var(--_label-fontSize); font-size: var(--_label-fontSize);
} }
/** One Order
=============================================== */
:where(.quiqqer-order-profile-orders-order) {
container-type: inline-size;
container-name: quiqqer-order-profile-orders-order;
overflow: hidden;
border-radius: var(--_order-borderRadius);
border: var(--_borderWidth) solid var(--_borderColor);
min-width: 0;
}
/* header */ /* header */
:where(.quiqqer-order-profile-orders-order__header) { :where(.quiqqer-order-profile-orders-order__header) {
background: var(--_box-bgColor); background: var(--_box-bgColor);
...@@ -32,17 +45,6 @@ ...@@ -32,17 +45,6 @@
text-align: right; text-align: right;
} }
/** One Order
=============================================== */
:where(.quiqqer-order-profile-orders-order) {
container-type: inline-size;
container-name: quiqqer-order-profile-orders-order;
border: var(--_borderWidth) solid var(--_borderColor);
min-width: 0;
}
/* article list */ /* article list */
.quiqqer-order-profile-orders-order-articles { .quiqqer-order-profile-orders-order-articles {
padding: var(--_box-padding); padding: var(--_box-padding);
...@@ -61,7 +63,7 @@ ...@@ -61,7 +63,7 @@
width: calc(10rem - 0.5rem); width: calc(10rem - 0.5rem);
height: calc(10rem - 0.5rem); height: calc(10rem - 0.5rem);
background: var(--_box-bgColor); background: var(--_box-bgColor);
border-radius: 0.5rem; border-radius: var(--_order-borderRadius);
overflow: hidden; overflow: hidden;
display: grid; display: grid;
place-content: center; place-content: center;
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren