style(catalog): move article below cart action
This commit is contained in:
@@ -515,9 +515,7 @@ function decrementSelected(group: ProductGroup) {
|
||||
|
||||
<aside class="p-4 md:p-5 xl:col-span-1">
|
||||
<div class="flex h-full flex-col justify-between gap-4">
|
||||
<div class="space-y-3">
|
||||
<p class="text-xl font-bold text-[#163624]">{{ articleLabel(group) }}</p>
|
||||
</div>
|
||||
<div />
|
||||
|
||||
<div class="space-y-3">
|
||||
<button
|
||||
@@ -544,6 +542,8 @@ function decrementSelected(group: ProductGroup) {
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="text-center text-sm font-medium text-base-content/55">{{ articleLabel(group) }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user