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

feat(SimpleCheckoutWindow): design improved

Related: pcsg/kunden/freemom/umsetzung#823
Übergeordneter bed5b205
No related branches found
No related tags found
2 Merge Requests!20feat(SimpleCheckoutWindow): design improved,!19feat(SimpleCheckoutWindow): design improved
@media screen and (min-width: 768px) {
.SimpleCheckoutWindow .qui-window-popup-content,
.SimpleCheckoutWindow .qui-window-popup-sheet-content {
padding: 2rem;
}
}
.SimpleCheckoutWindow .SimpleCheckoutWindow-btn-cancel {
color: grey;
cursor: pointer;
font-size: 12px;
color: inherit;
background: none;
border: none;
outline: none;
}
.SimpleCheckoutWindow .SimpleCheckoutWindow-btn-close {
......@@ -12,8 +21,30 @@
display: flex;
float: none !important;
justify-content: space-between;
height: auto !important;
padding-inline: 1rem;
}
.SimpleCheckoutWindow .SimpleCheckoutWindow-btn-payToOrder {
order: 1;
}
/* order process */
.SimpleCheckoutWindow .quiqqer-simple-checkout-basket {
top: 0;
}
.SimpleCheckoutWindow .articles-sum-container {
--_bg: #fff;
font-size: .875rem;
text-align: right;
}
.SimpleCheckoutWindow .articles-sum tr,
.SimpleCheckoutWindow .articles-sum td {
border-width: 0;
}
.SimpleCheckoutWindow .quiqqer-simple-checkout-data-pay {
}
\ No newline at end of file
......@@ -68,7 +68,7 @@ define('package/quiqqer/order-simple-checkout/bin/frontend/controls/SimpleChecko
}
});
const CancelBtn = new Element('span', {
const CancelBtn = new Element('button', {
'class': 'SimpleCheckoutWindow-btn-cancel',
html : QUILocale.get('quiqqer/order-simple-checkout', 'SimpleCheckoutWindow.btn.cancel'),
events : {
......@@ -83,7 +83,6 @@ define('package/quiqqer/order-simple-checkout/bin/frontend/controls/SimpleChecko
this.Loader.show();
this.getContent().set('html', '');
this.getContent().setStyle('padding', 0);
this.$Checkout = new SimpleCheckout({
products : this.getAttribute('products'),
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren