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

fix: move original price styling to the Basket Control

Related: #179
Übergeordneter 97b6e8eb
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
2 Merge Requests!148Update 'next-3.x' with latest changes from 'main',!147fix: move original price styling to the Basket Control
Pipeline-Nr. 15617 bestanden
:where(.quiqqer-order-basket-articles .offer-original-price) {
display: block;
font-size: 0.875rem;
text-decoration: line-through;
}
\ No newline at end of file
......@@ -49,6 +49,8 @@ public function __construct(array $attributes = [])
parent::__construct($attributes);
$this->addCSSFile(dirname(__FILE__) . '/Basket.css');
$this->setAttributes([
'data-qui' => 'package/quiqqer/order/bin/frontend/controls/basket/Basket'
]);
......
......@@ -17,10 +17,3 @@
.quiqqer-order-btn-submit:hover {
background: #538018;
}
.offer-original-price {
clear: both;
display: block;
font-size: 80%;
text-decoration: line-through;
}
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