Skip to content
Code-Schnipsel Gruppen Projekte

Add QUIQQER Tooling

Zusammengeführt Jan Wennrich schlägt vor, feat-quiqqer-tooling in next-2.x zu mergen.
Dateien
9
+ 16
1
@@ -69,6 +69,21 @@ th.quiqqer-order-basket-articles-header-price {
width: 60px;
}
.quiqqer-order-basket-articles-header-image {
width: var(--_qui-order-basket-articles-image-width);
}
.quiqqer-order-basket-articles-article-image {
width: var(--_qui-order-basket-articles-image-width);
text-align: center;
}
.quiqqer-order-basket-articles-article-image__img {
width: var(--_qui-order-basket-articles-image-width);
height: var(--_qui-order-basket-articles-image-height);
object-fit: contain;
}
.quiqqer-order-basket-articles-article-quantity {
text-align: center;
width: 100px;
@@ -514,7 +529,7 @@ th.articles-article-header-information {
padding: 10px;
}
.articles-sum {
:where(.quiqqer-order-step-checkout-article) .articles-sum {
background: #f8f8f8;
border: 1px solid #ddd;
float: right;