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
No related branches found
No related tags found
2 Merge Requests!148Update 'next-3.x' with latest changes from 'main',!147fix: move original price styling to the Basket Control
Pipeline #15617 bestanden mit Phase
in 2 Minuten und 32 Sekunden
: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% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren